Package | Description |
---|---|
org.terrier.querying.parser |
Provides the parser specification and the classes that implement
the query language of the Terrier platform.
|
Modifier and Type | Method and Description |
---|---|
static Query.QueryTermsParameter |
Query.QueryTermsParameter.of(MatchingQueryTerms terms,
boolean lowercase) |
Modifier and Type | Method and Description |
---|---|
void |
SingleTermQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
RequirementQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
abstract void |
Query.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
PhraseQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
MultiTermQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
FieldQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
ExplicitMultiTermQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
void |
DisjunctiveQuery.obtainQueryTerms(Query.QueryTermsParameter parameters) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow