Uses of Class
org.terrier.matching.MatchingQueryTerms.QueryTermProperties
-
Packages that use MatchingQueryTerms.QueryTermProperties 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. -
-
Uses of MatchingQueryTerms.QueryTermProperties in org.terrier.matching
Methods in org.terrier.matching that return MatchingQueryTerms.QueryTermProperties Modifier and Type Method Description MatchingQueryTerms.QueryTermProperties
MatchingQueryTerms.QueryTermProperties. clone()
protected MatchingQueryTerms.QueryTermProperties
MatchingQueryTerms. combine(MatchingQueryTerms.QueryTermProperties existingProps, MatchingQueryTerms.QueryTermProperties newProps)
MatchingQueryTerms.QueryTermProperties
MatchingQueryTerms. get(Operator term)
Methods in org.terrier.matching that return types with arguments of type MatchingQueryTerms.QueryTermProperties Modifier and Type Method Description java.util.Map.Entry<Operator,MatchingQueryTerms.QueryTermProperties>
MatchingQueryTerms. get(java.lang.String singleTerm)
Methods in org.terrier.matching with parameters of type MatchingQueryTerms.QueryTermProperties Modifier and Type Method Description protected MatchingQueryTerms.QueryTermProperties
MatchingQueryTerms. combine(MatchingQueryTerms.QueryTermProperties existingProps, MatchingQueryTerms.QueryTermProperties newProps)
Constructors in org.terrier.matching with parameters of type MatchingQueryTerms.QueryTermProperties Constructor Description MatchingTerm(Operator _key, MatchingQueryTerms.QueryTermProperties _value)
-
Uses of MatchingQueryTerms.QueryTermProperties in org.terrier.matching.matchops
Methods in org.terrier.matching.matchops with parameters of type MatchingQueryTerms.QueryTermProperties Modifier and Type Method Description MatchingEntry
DateRangeOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexTerm, PostingIndex<Pointer> invTerm, CollectionStatistics collectionStats)
MatchingEntry
MultiTermOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexicon, PostingIndex<Pointer> invertedIndex, CollectionStatistics collectionStatistics)
abstract MatchingEntry
Operator. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lex, PostingIndex<Pointer> inv, CollectionStatistics collStats)
get an entry for matching for this query op.MatchingEntry
SingleTermOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexicon, PostingIndex<Pointer> invertedIndex, CollectionStatistics collectionStatistics)
-