Package | Description |
---|---|
org.terrier.matching.matchops |
This package contains matching Operators.
|
Modifier and Type | Method and Description |
---|---|
MatchingEntry |
SingleTermOp.getMatcher(MatchingQueryTerms.QueryTermProperties qtp,
Index index,
Lexicon<String> lexicon,
PostingIndex<Pointer> invertedIndex,
CollectionStatistics collectionStatistics) |
abstract MatchingEntry |
Operator.getMatcher(MatchingQueryTerms.QueryTermProperties qtp,
Index index,
Lexicon<String> lex,
PostingIndex<Pointer> inv,
CollectionStatistics collStats)
get an entry for matching for this query op.
|
MatchingEntry |
MultiTermOp.getMatcher(MatchingQueryTerms.QueryTermProperties qtp,
Index index,
Lexicon<String> lexicon,
PostingIndex<Pointer> invertedIndex,
CollectionStatistics collectionStatistics) |
MatchingEntry |
DateRangeOp.getMatcher(MatchingQueryTerms.QueryTermProperties qtp,
Index index,
Lexicon<String> lexTerm,
PostingIndex<Pointer> invTerm,
CollectionStatistics collectionStats) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow