Package | Description |
---|---|
org.terrier.matching |
Provides the classes and interfaces used for matching documents
to queries.
|
org.terrier.matching.matchops |
This package contains matching Operators.
|
Modifier and Type | Method and Description |
---|---|
MatchingQueryTerms.QueryTermProperties |
MatchingQueryTerms.QueryTermProperties.clone() |
protected MatchingQueryTerms.QueryTermProperties |
MatchingQueryTerms.combine(MatchingQueryTerms.QueryTermProperties existingProps,
MatchingQueryTerms.QueryTermProperties newProps) |
MatchingQueryTerms.QueryTermProperties |
MatchingQueryTerms.get(Operator term) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<Operator,MatchingQueryTerms.QueryTermProperties> |
MatchingQueryTerms.get(String singleTerm) |
Modifier and Type | Method and Description |
---|---|
protected MatchingQueryTerms.QueryTermProperties |
MatchingQueryTerms.combine(MatchingQueryTerms.QueryTermProperties existingProps,
MatchingQueryTerms.QueryTermProperties newProps) |
Constructor and Description |
---|
MatchingTerm(Operator _key,
MatchingQueryTerms.QueryTermProperties _value) |
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