Uses of Package
org.springframework.data.elasticsearch.core.query
Packages that use org.springframework.data.elasticsearch.core.query
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
Classes related to Elasticsearch index management.
-
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.client.elcClassDescriptionBaseQuerybase class for query builders.Options that may be passed to an
DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates)orDocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates)call.Response of an update by query operation.IndexQueryMoreLikeThisQueryQueryDefines an update request.Response data from an update request (UpdateQuery). -
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.client.erhlcClassDescriptionBaseQuerybase class for query builders.Options that may be passed to an
DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates)orDocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates)call.Response of an update by query operation.Defines a IndexBoost to be applied on the "indices_boost" query clauseIndexQueryMoreLikeThisQueryQueryImplementation of RescorerQuery to be used for rescoring filtered search results.Defines an update request.Response data from an update request (UpdateQuery). -
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.coreClassDescriptionOptions that may be passed to an
DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates)orDocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates)call.Response of an update by query operation.IndexQueryMoreLikeThisQueryQueryA container for seq_no and primary_term values.Defines an update request.Response data from an update request (UpdateQuery). -
-
-
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.core.queryClassDescriptionBaseQuerybase 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.FailureBuilder forByQueryResponse.SearchFailureCriteria is the central class when constructing queries.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 builder for providing includes and excludes.Defines a Field that can be used within a Criteria.Sort.Orderderived class to be able to define a _geo_distance order for a search.Combines aHighlightdefinition 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.Extends theSort.Orderwith 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.SourceFilter for providing includes and excludes.StringQueryDefines an update request.Response data from an update request (UpdateQuery). -
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.core.reindexClassDescriptionOpType for the index operation.QuerySourceFilter for providing includes and excludes.
-
Classes in org.springframework.data.elasticsearch.core.query used by org.springframework.data.elasticsearch.repository.queryClassDescriptionCombines a
Highlightdefinition with the type of the entity where it's present on a method.QueryStringQuery -