Package org.springframework.data.elasticsearch.repository.query
@NonNullApi
@NonNullFields
package org.springframework.data.elasticsearch.repository.query
-
ClassDescriptionAbstractElasticsearchRepositoryQueryCustom
Parameter
implementation adding specific types to the special ones.Deprecated, for removal: This API element is subject to removal in a future version.ElasticsearchQueryMethodDeprecated, for removal: This API element is subject to removal in a future version.since 5.5, useRepositoryStringQuery
AConverter
to post-process all source objects using the givenResultProcessor
.AnReactiveElasticsearchQueryExecution
that wraps the results of the given delegate with the given result processing.Deprecated, for removal: This API element is subject to removal in a future version.since 5.5, useReactiveRepositoryStringQuery
A reactive repository query that uses a search template already stored in Elasticsearch.Was originally named ReactiveElasticsearchStringQuery.A repository query that is built from the the method name in the repository definition.A repository query that uses a search template already stored in Elasticsearch.A repository query that is defined by a String containing the query.
RepositoryPartQuery
instead