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.QueryTermPropertiesMatchingQueryTerms.QueryTermProperties. clone()protected MatchingQueryTerms.QueryTermPropertiesMatchingQueryTerms. combine(MatchingQueryTerms.QueryTermProperties existingProps, MatchingQueryTerms.QueryTermProperties newProps)MatchingQueryTerms.QueryTermPropertiesMatchingQueryTerms. 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.QueryTermPropertiesMatchingQueryTerms. 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 MatchingEntryDateRangeOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexTerm, PostingIndex<Pointer> invTerm, CollectionStatistics collectionStats)MatchingEntryMultiTermOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexicon, PostingIndex<Pointer> invertedIndex, CollectionStatistics collectionStatistics)abstract MatchingEntryOperator. 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.MatchingEntrySingleTermOp. getMatcher(MatchingQueryTerms.QueryTermProperties qtp, Index index, Lexicon<java.lang.String> lexicon, PostingIndex<Pointer> invertedIndex, CollectionStatistics collectionStatistics)
-