| Interface | Description |
|---|---|
| Field |
Defines a Field that can be used within a Criteria.
|
| Query |
Query
|
| SourceFilter |
SourceFilter for providing includes and excludes.
|
| Class | Description |
|---|---|
| AliasBuilder | Deprecated
since 4.1, use
IndexOperations.alias(AliasActions). |
| AliasQuery | Deprecated
since 4.1, use
IndexOperations.alias(AliasActions) |
| BulkOptions |
Options that may be passed to an
DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates) or
DocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates) call. |
| BulkOptions.BulkOptionsBuilder |
Builder for
BulkOptions. |
| ByQueryResponse |
Response of an update by query operation.
|
| ByQueryResponse.ByQueryResponseBuilder | |
| ByQueryResponse.Failure | |
| ByQueryResponse.Failure.FailureBuilder |
Builder for
ByQueryResponse.Failure |
| ByQueryResponse.SearchFailure | |
| ByQueryResponse.SearchFailure.SearchFailureBuilder |
Builder for
ByQueryResponse.SearchFailure |
| Criteria |
Criteria is the central class when constructing queries.
|
| Criteria.CriteriaChain |
a list of
Criteria objects that belong to one query. |
| Criteria.CriteriaEntry |
A class defining a single operation and it's argument value for the field of a
Criteria. |
| CriteriaQuery |
CriteriaQuery
|
| FetchSourceFilter |
SourceFilter implementation for providing includes and excludes.
|
| FetchSourceFilterBuilder |
SourceFilter builder for providing includes and excludes.
|
| GeoDistanceOrder |
Sort.Order derived class to be able to define a _geo_distance order for a
search. |
| HighlightQuery |
Encapsulates an Elasticsearch
HighlightBuilder to prevent
leaking of Elasticsearch classes into the query API. |
| HighlightQueryBuilder |
Converts the
Highlight annotation from a method to an Elasticsearch HighlightBuilder. |
| IndexBoost |
Defines a IndexBoost to be applied on the "indices_boost" query clause
|
| IndexQuery |
IndexQuery
|
| IndexQueryBuilder |
IndexQuery Builder
|
| MoreLikeThisQuery |
MoreLikeThisQuery
|
| NativeSearchQuery |
A query created from Elasticsearch QueryBuilder instances.
|
| NativeSearchQueryBuilder |
NativeSearchQuery
|
| RescorerQuery |
Implementation of RescorerQuery to be used for rescoring filtered search results.
|
| ScriptField | |
| SeqNoPrimaryTerm |
A container for seq_no and primary_term values.
|
| SimpleField |
The most trivial implementation of a Field.
|
| StringQuery |
StringQuery
|
| UpdateQuery |
Defines an update request.
|
| UpdateQuery.Builder | |
| UpdateResponse |
Response data from an update request (
UpdateQuery). |
| Enum | Description |
|---|---|
| Criteria.OperationKey | |
| Criteria.Operator |
Operator to join the entries of the criteria chain
|
| GeoDistanceOrder.DistanceType | |
| GeoDistanceOrder.Mode | |
| IndexQuery.OpType |
OpType for the index operation.
|
| RescorerQuery.ScoreMode | |
| UpdateResponse.Result |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.