class |
AbstractGeometryQueryBuilder<QB extends AbstractGeometryQueryBuilder<QB>> |
|
class |
BaseTermQueryBuilder<QB extends BaseTermQueryBuilder<QB>> |
|
class |
BoolQueryBuilder |
A Query that matches documents matching boolean combinations of other queries.
|
class |
BoostingQueryBuilder |
The BoostingQuery class can be used to effectively demote results that match a given query.
|
class |
CommonTermsQueryBuilder |
Deprecated.
|
class |
ConstantScoreQueryBuilder |
A query that wraps a filter and simply returns a constant score equal to the
query boost for every document in the filter.
|
class |
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.
|
class |
DistanceFeatureQueryBuilder |
A query to boost scores based on their proximity to the given origin
for date, date_nanos and geo_point field types
|
class |
ExistsQueryBuilder |
Constructs a query that only match on documents that the field has a value in them.
|
class |
FieldMaskingSpanQueryBuilder |
|
class |
FuzzyQueryBuilder |
A Query that does fuzzy matching for a specific value.
|
class |
GeoBoundingBoxQueryBuilder |
Creates a Lucene query that will filter for all documents that lie within the specified
bounding box.
|
class |
GeoDistanceQueryBuilder |
Filter results of a query to include only those within a specific distance to some
geo point.
|
class |
GeoPolygonQueryBuilder |
|
class |
GeoShapeQueryBuilder |
|
class |
IdsQueryBuilder |
A query that will return only documents matching specific ids (and a type).
|
class |
IntervalQueryBuilder |
|
class |
MatchAllQueryBuilder |
A query that matches on all documents.
|
class |
MatchBoolPrefixQueryBuilder |
The boolean prefix query analyzes the input text and creates a boolean query containing a Term query for each term, except
for the last term, which is used to create a prefix query
|
class |
MatchNoneQueryBuilder |
A query that matches no document.
|
class |
MatchPhrasePrefixQueryBuilder |
Match query is a query that analyzes the text and constructs a phrase prefix
query as the result of the analysis.
|
class |
MatchPhraseQueryBuilder |
Match query is a query that analyzes the text and constructs a phrase query
as the result of the analysis.
|
class |
MatchQueryBuilder |
Match query is a query that analyzes the text and constructs a query as the
result of the analysis.
|
class |
MoreLikeThisQueryBuilder |
A more like this query that finds documents that are "like" the provided set of document(s).
|
class |
MultiMatchQueryBuilder |
|
class |
NestedQueryBuilder |
|
class |
PrefixQueryBuilder |
A Query that matches documents containing terms with a specified prefix.
|
class |
QueryStringQueryBuilder |
A query that parses a query string and runs it.
|
class |
RangeQueryBuilder |
A Query that matches documents within an range of terms.
|
class |
RegexpQueryBuilder |
A Query that does fuzzy matching for a specific value.
|
class |
ScriptQueryBuilder |
|
class |
SimpleQueryStringBuilder |
SimpleQuery is a query parser that acts similar to a query_string query, but
won't throw exceptions for any weird string syntax.
|
class |
SpanContainingQueryBuilder |
|
class |
SpanFirstQueryBuilder |
|
class |
SpanMultiTermQueryBuilder |
|
class |
SpanNearQueryBuilder |
Matches spans which are near one another.
|
class |
SpanNotQueryBuilder |
|
class |
SpanOrQueryBuilder |
Span query that matches the union of its clauses.
|
class |
SpanTermQueryBuilder |
A Span Query that matches documents containing a term.
|
class |
SpanWithinQueryBuilder |
|
class |
TermQueryBuilder |
A Query that matches documents containing a term.
|
class |
TermsQueryBuilder |
A filter for a field based on several terms matching on any of them.
|
class |
TermsSetQueryBuilder |
|
class |
TypeQueryBuilder |
|
class |
WildcardQueryBuilder |
Implements the wildcard search query.
|
class |
WrapperQueryBuilder |
A Query builder which allows building a query given JSON string or binary data provided as input.
|