| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| QueryBuilder |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| IndexQueryParserService |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| AndFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
| BaseFilterBuilder |
| BaseQueryBuilder |
| BoolFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
| BoolQueryBuilder
A Query that matches documents matching boolean combinations of other queries.
|
| BoostableQueryBuilder
Query builder which allow setting some boost
|
| BoostingQueryBuilder
The BoostingQuery class can be used to effectively demote results that match a given query.
|
| BytesFilterBuilder
Deprecated.
replace with
WrapperFilterBuilder |
| CommonTermsQueryBuilder
CommonTermsQuery query is a query that executes high-frequency terms in a
optional sub-query to prevent slow queries due to "common" terms like
stopwords.
|
| CommonTermsQueryBuilder.Operator |
| ConstantScoreQueryBuilder
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
|
| DisMaxQueryBuilder
A query that generates the union of documents produced by its sub-queries, and that scores each document
with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any
additional matching sub-queries.
|
| ExistsFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
| FieldMaskingSpanQueryBuilder |
| FilterBuilder |
| FilteredQueryBuilder
A query that applies a filter to the results of another query.
|
| FilterParser |
| FilterParserFactory |
| FuzzyLikeThisFieldQueryBuilder
Deprecated.
this query was too costly and has been removed
|
| FuzzyLikeThisQueryBuilder
Deprecated.
this query was too costly and has been removed
|
| FuzzyQueryBuilder
A Query that does fuzzy matching for a specific value.
|
| GeoBoundingBoxFilterBuilder |
| GeoDistanceFilterBuilder |
| GeoDistanceRangeFilterBuilder |
| GeohashCellFilter.Builder
Builder for a geohashfilter.
|
| GeoPolygonFilterBuilder |
GeoShapeFilterBuilder
FilterBuilder that builds a GeoShape Filter |
GeoShapeQueryBuilder
QueryBuilder that builds a GeoShape Query |
| HasChildFilterBuilder |
| HasChildQueryBuilder |
| HasParentFilterBuilder
Builder for the 'has_parent' filter.
|
| HasParentQueryBuilder
Builder for the 'has_parent' query.
|
| IdsFilterBuilder
A filter that will return only documents matching specific ids (and a type).
|
| IdsQueryBuilder
A query that will return only documents matching specific ids (and a type).
|
| IndexQueryParserModule |
| IndexQueryParserModule.QueryParsersProcessor
Deprecated.
query parsers should be registered globally via
IndicesQueriesModule.addQuery(Class) instead |
| IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings
Deprecated.
|
| IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings
Deprecated.
|
| IndexQueryParserService |
| IndicesFilterBuilder
A filter that will execute the wrapped filter only for the specified indices, and "match_all" when
it does not match those indices (by default).
|
| IndicesQueryBuilder
A query that will execute the wrapped query only for the specified indices, and "match_all" when
it does not match those indices (by default).
|
| LimitFilterBuilder
Deprecated.
Use
SearchRequestBuilder.setTerminateAfter(int) instead. |
| MatchAllFilterBuilder
A filter that simply wraps a query.
|
| MatchAllQueryBuilder
A query that matches on all documents.
|
| MatchQueryBuilder
Match query is a query that analyzes the text and constructs a query as the result of the analysis.
|
| MatchQueryBuilder.Operator |
| MatchQueryBuilder.Type |
| MatchQueryBuilder.ZeroTermsQuery |
| MissingFilterBuilder
Constructs a filter that only match on documents that the field has a value in them.
|
| MoreLikeThisFieldQueryBuilder
Deprecated.
|
| MoreLikeThisQueryBuilder
A more like this query that finds documents that are "like" the provided
MoreLikeThisQueryBuilder.likeText(String)
which is checked against the fields the query is constructed with. |
| MoreLikeThisQueryBuilder.Item
A single get item.
|
| MultiMatchQueryBuilder
Same as
MatchQueryBuilder but supports multiple fields. |
| MultiMatchQueryBuilder.Type |
| MultiTermQueryBuilder |
| NestedFilterBuilder |
| NestedQueryBuilder |
| NotFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
| NumericRangeFilterBuilder
Deprecated.
This filter will be removed at some point in time in favor for the range filter with the execution
mode
fielddata. |
| OrFilterBuilder
A filter that matches documents matching boolean combinations of other filters.
|
| ParsedFilter |
| ParsedQuery
The result of parsing a query.
|
| PrefixFilterBuilder
A filter that restricts search results to values that have a matching prefix in a given
field.
|
| PrefixQueryBuilder
A Query that matches documents containing terms with a specified prefix.
|
| QueryBuilder |
| QueryFilterBuilder
A filter that simply wraps a query.
|
| QueryParseContext |
| QueryParser |
| QueryParserFactory |
| QueryParsingException |
| QueryStringQueryBuilder
A query that parses a query string and runs it.
|
| QueryStringQueryBuilder.Operator |
| RangeFilterBuilder
A filter that restricts search results to values that are within the given range.
|
| RangeQueryBuilder
A Query that matches documents within an range of terms.
|
| RegexpFilterBuilder
A filter that restricts search results to values that have a matching regular expression in a given
field.
|
| RegexpFlag
Regular expression syntax flags.
|
| RegexpQueryBuilder
A Query that does fuzzy matching for a specific value.
|
| ScriptFilterBuilder |
| SimpleQueryParser.Settings
Class encapsulating the settings for the SimpleQueryString query, with
their default values
|
| SimpleQueryStringBuilder
SimpleQuery is a query parser that acts similar to a query_string
query, but won't throw exceptions for any weird string syntax.
|
| SimpleQueryStringBuilder.Operator
Operators for the default_operator
|
| SimpleQueryStringFlag
Flags for the XSimpleQueryString parser
|
| SpanFirstQueryBuilder |
| SpanMultiTermQueryBuilder |
| SpanNearQueryBuilder |
| SpanNotQueryBuilder |
| SpanOrQueryBuilder |
| SpanQueryBuilder |
| SpanTermQueryBuilder |
| TemplateQueryBuilder
Facilitates creating template query requests.
|
| TemplateQueryParser.TemplateContext |
| TermFilterBuilder
A filter for a field based on a term.
|
| TermQueryBuilder
A Query that matches documents containing a term.
|
| TermsFilterBuilder
A filer for a field based on several terms matching on any of them.
|
| TermsLookupFilterBuilder
A filer for a field based on several terms matching on any of them.
|
| TermsQueryBuilder |
| TopChildrenQueryBuilder
Deprecated.
|
| TypeFilterBuilder |
| WildcardQueryBuilder
Implements the wildcard search query.
|
| WrapperFilterBuilder
A Filter builder which allows building a query given JSON string or binary data provided as input.
|
| WrapperQueryBuilder
A Query builder which allows building a query thanks to a JSON string or binary data.
|
| Class and Description |
|---|
| BaseQueryBuilder |
| BoostableQueryBuilder
Query builder which allow setting some boost
|
| FilterBuilder |
| QueryBuilder |
| QueryParseContext |
| QueryParser |
| QueryParsingException |
| Class and Description |
|---|
| QueryParseContext |
| QueryParsingException |
| Class and Description |
|---|
| QueryParseContext |
| QueryParsingException |
| Class and Description |
|---|
| QueryParseContext |
| QueryParsingException |
| Class and Description |
|---|
| QueryParseContext |
| QueryParsingException |
| Class and Description |
|---|
| QueryBuilder |
| QueryParseContext |
| QueryParsingException |
| Class and Description |
|---|
| MultiMatchQueryBuilder.Type |
| QueryParseContext |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| QueryParseContext |
| Class and Description |
|---|
| FilterParser |
| QueryParser |
| Class and Description |
|---|
| IndexQueryParserService |
| ParsedFilter |
| ParsedQuery
The result of parsing a query.
|
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| QueryParsingException |
| Class and Description |
|---|
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| ParsedQuery
The result of parsing a query.
|
| QueryBuilder |
| Class and Description |
|---|
| IndexQueryParserService |
| QueryBuilder |
| Class and Description |
|---|
| IndexQueryParserService |
| ParsedFilter |
| ParsedQuery
The result of parsing a query.
|
| Class and Description |
|---|
| ParsedQuery
The result of parsing a query.
|
| QueryBuilder |
| Class and Description |
|---|
| FilterBuilder |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| IndexQueryParserService |
| Class and Description |
|---|
| IndexQueryParserService |
Copyright © 2009–2016. All rights reserved.