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.
|
Modifier and Type | Method and Description |
---|---|
List<MatchingQueryTerms.MatchingTerm> |
MatchingQueryTerms.getMatchingTerms(String tag) |
Modifier and Type | Method and Description |
---|---|
boolean |
MatchingQueryTerms.add(MatchingQueryTerms.MatchingTerm e) |
Constructor and Description |
---|
MatchingQueryTerms(Collection<MatchingQueryTerms.MatchingTerm> coll) |
Modifier and Type | Method and Description |
---|---|
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.band() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.base64() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.fuzzy() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.ow_implicit() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.ow() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.parse() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.prefix() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.syn() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.uw() |
MatchingQueryTerms.MatchingTerm |
MatchOpQLParser.word() |
Modifier and Type | Method and Description |
---|---|
List<MatchingQueryTerms.MatchingTerm> |
MatchOpQLParser.combine() |
List<MatchingQueryTerms.MatchingTerm> |
MatchOpQLParser.parseAll() |
List<MatchingQueryTerms.MatchingTerm> |
MatchOpQLParser.parseOne() |
List<MatchingQueryTerms.MatchingTerm> |
MatchOpQLParser.tag() |
Modifier and Type | Method and Description |
---|---|
protected List<MatchingQueryTerms.MatchingTerm> |
DependenceModelPreProcess.SD(String modelName,
List<Operator> queryTerms) |
Modifier and Type | Method and Description |
---|---|
MatchingQueryTerms.MatchingTerm |
Query.QTPBuilder.build() |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow