| Interface | Description |
|---|---|
| FunctionScoreQuery.DecayFunction |
NOTE: No implementation yet
|
| FunctionScoreQuery.Function |
| Class | Description |
|---|---|
| BoolClause | |
| BoolQuery |
This query type is equivalent to Lucene's BooleanQuery.
|
| ConstantScoreQuery | |
| DisMaxQuery | |
| FunctionScoreQuery | |
| FunctionScoreQuery.FieldValueFactor | |
| FunctionScoreQuery.FunctionListItem |
To be used with
FunctionScoreQuery.FunctionListItem.function to score according to a list of
weighted functions that are applied according to an optional filter
query. |
| InnerHits | |
| LuceneSyntaxQuery |
A query formulated in the Lucene query syntax.
|
| MatchAllQuery |
The query that matches all documents.
|
| MatchPhraseQuery | |
| MatchQuery |
For this query, the query string itself and a single field to search in is to be provided.
|
| MultiMatchQuery |
For this query, the query string itself and the fields, on which to perform the query, are separated (in contrast to
LuceneSyntaxQuery). |
| NestedQuery | |
| SearchServerQuery |
An abstract super class for query objects.
|
| TermQuery |
The simplest query: the delivered term is searched in the delivered field.
|
| TermsQuery |
Like
TermQuery but for multiple terms. |
| WildcardQuery |
| Enum | Description |
|---|---|
| BoolClause.Occur | |
| FunctionScoreQuery.BoostMode | |
| FunctionScoreQuery.FieldValueFactor.Modifier |
Eligible values for the
FunctionScoreQuery.FieldValueFactor.modifier field. |
| FunctionScoreQuery.ScoreMode | |
| MultiMatchQuery.Type |
Determines the scoring strategy for multi field searches.
|
| NestedQuery.ScoreMode |
Copyright © 2017 JULIE Lab, Germany. All rights reserved.