Package org.springframework.data.elasticsearch.core.query
@NonNullApi
@NonNullFields
package org.springframework.data.elasticsearch.core.query
-
ClassDescriptionBaseQuerybase class for query builders.Options that may be passed to an
DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates)
orDocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates)
call.Builder forBulkOptions
.Response of an update by query operation.Builder forByQueryResponse.Failure
Builder forByQueryResponse.SearchFailure
Criteria is the central class when constructing queries.a list ofCriteria
objects that belong to one query.A class defining a single operation and it's argument value for the field of aCriteria
.Operator to join the entries of the criteria chainCriteriaQueryRecord defining a docvalue_field to be used in a query.SourceFilter implementation for providing includes and excludes.SourceFilter builder for providing includes and excludes.Defines a Field that can be used within a Criteria.Sort.Order
derived class to be able to define a _geo_distance order for a search.Combines aHighlight
definition with the type of the entity where it's present on a method.Defines a IndexBoost to be applied on the "indices_boost" query clauseIndexQueryOpType for the index operation.IndexQuery BuilderClass mirroring the IndicesOptions from Elasticsearch in Spring Data Elasticsearch API.MoreLikeThisQueryExtends theSort.Order
with properties that can be set on Elasticsearch order options.QueryValue class combining an id with a routing value.Desscribes the point in time parameters for a queryImplementation of RescorerQuery to be used for rescoring filtered search results.value class combining script information.A container for seq_no and primary_term values.The most trivial implementation of a Field.SourceFilter for providing includes and excludes.StringQueryDefines an update request.Response data from an update request (UpdateQuery
).