Uses of Class
org.terrier.matching.MatchingQueryTerms.MatchingTerm
-
Packages that use MatchingQueryTerms.MatchingTerm 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.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. -
-
Uses of MatchingQueryTerms.MatchingTerm in org.terrier.matching
Methods in org.terrier.matching that return types with arguments of type MatchingQueryTerms.MatchingTerm Modifier and Type Method Description java.util.List<MatchingQueryTerms.MatchingTerm>
MatchingQueryTerms. getMatchingTerms(java.lang.String tag)
Methods in org.terrier.matching with parameters of type MatchingQueryTerms.MatchingTerm Modifier and Type Method Description boolean
MatchingQueryTerms. add(MatchingQueryTerms.MatchingTerm e)
Constructor parameters in org.terrier.matching with type arguments of type MatchingQueryTerms.MatchingTerm Constructor Description MatchingQueryTerms(java.util.Collection<MatchingQueryTerms.MatchingTerm> coll)
-
Uses of MatchingQueryTerms.MatchingTerm in org.terrier.matching.matchops
Methods in org.terrier.matching.matchops that return MatchingQueryTerms.MatchingTerm Modifier and Type Method Description MatchingQueryTerms.MatchingTerm
MatchOpQLParser. band()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. base64()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. fuzzy()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. ow()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. ow_implicit()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. parse()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. prefix()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. syn()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. uw()
MatchingQueryTerms.MatchingTerm
MatchOpQLParser. word()
Methods in org.terrier.matching.matchops that return types with arguments of type MatchingQueryTerms.MatchingTerm Modifier and Type Method Description java.util.List<MatchingQueryTerms.MatchingTerm>
MatchOpQLParser. combine()
java.util.List<MatchingQueryTerms.MatchingTerm>
MatchOpQLParser. parseAll()
java.util.List<MatchingQueryTerms.MatchingTerm>
MatchOpQLParser. parseOne()
java.util.List<MatchingQueryTerms.MatchingTerm>
MatchOpQLParser. tag()
-
Uses of MatchingQueryTerms.MatchingTerm in org.terrier.querying
Methods in org.terrier.querying that return types with arguments of type MatchingQueryTerms.MatchingTerm Modifier and Type Method Description protected java.util.List<MatchingQueryTerms.MatchingTerm>
DependenceModelPreProcess. SD(java.lang.String modelName, java.util.List<Operator> queryTerms)
-
Uses of MatchingQueryTerms.MatchingTerm in org.terrier.querying.parser
Methods in org.terrier.querying.parser that return MatchingQueryTerms.MatchingTerm Modifier and Type Method Description MatchingQueryTerms.MatchingTerm
Query.QTPBuilder. build()
-