| Interface | Description |
|---|---|
| Field |
Defines a Field that can be used within a Criteria.
|
| Query |
Query
|
| SourceFilter |
SourceFilter for providing includes and excludes.
|
| Class | Description |
|---|---|
| BaseQuery |
BaseQuery
|
| BaseQueryBuilder<Q extends BaseQuery,SELF extends BaseQueryBuilder<Q,SELF>> |
base class for query builders.
|
| 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
|
| CriteriaQueryBuilder | |
| 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 |
Combines a
Highlight definition with the type of the entity where it's present on a method. |
| HighlightQueryBuilder |
Converts the
Highlight annotation from a method to an Elasticsearch 7 HighlightBuilder. |
| IndexBoost |
Defines a IndexBoost to be applied on the "indices_boost" query clause
|
| IndexQuery |
IndexQuery
|
| IndexQueryBuilder |
IndexQuery Builder
|
| IndicesOptions |
Class mirroring the IndicesOptions from Elasticsearch in Spring Data Elasticsearch API.
|
| MoreLikeThisQuery |
MoreLikeThisQuery
|
| NativeSearchQuery |
A query created from Elasticsearch QueryBuilder instances.
|
| NativeSearchQueryBuilder |
NativeSearchQuery
|
| Order |
Extends the
Sort.Order with properties that can be set on Elasticsearch order options. |
| Query.IdWithRouting |
Value class combining an id with a routing value.
|
| RescorerQuery |
Implementation of RescorerQuery to be used for rescoring filtered search results.
|
| ScriptData |
value class combining script information.
|
| ScriptedField | |
| ScriptField | |
| SeqNoPrimaryTerm |
A container for seq_no and primary_term values.
|
| SimpleField |
The most trivial implementation of a Field.
|
| StringQuery |
StringQuery
|
| StringQueryBuilder | |
| 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 | |
| IndexQuery.OpType |
OpType for the index operation.
|
| IndicesOptions.Option | |
| IndicesOptions.WildcardStates | |
| Order.Mode | |
| Query.SearchType | |
| RescorerQuery.ScoreMode | |
| UpdateResponse.Result |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.