- checkForBoundClass() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- checkForBoundClass() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- ChildTemplate<CLIENT extends co.elastic.clients.ApiClient> - Class in org.springframework.data.elasticsearch.client.elc
-
base class for a template that uses one of the ElasticsearchClient
's child
clients like ElasticsearchClusterClient
or
ElasticsearchIndicesClient
.
- ChildTemplate(CLIENT, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.client.elc.ChildTemplate
-
- ChildTemplate.ClientCallback<CLIENT,RESULT> - Interface in org.springframework.data.elasticsearch.client.elc
-
- clear() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- clear() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- clearCache(ClearCacheRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- clearCache(Function<ClearCacheRequest.Builder, ObjectBuilder<ClearCacheRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- clearCache() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- clearScroll(ClearScrollRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- clearScroll(Function<ClearScrollRequest.Builder, ObjectBuilder<ClearScrollRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- clearScroll() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- clearScroll(ClearScrollRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- client - Variable in class org.springframework.data.elasticsearch.client.elc.ChildTemplate
-
- client - Variable in class org.springframework.data.elasticsearch.client.elc.ReactiveChildTemplate
-
- ClientConfiguration - Interface in org.springframework.data.elasticsearch.client
-
Configuration interface exposing common client configuration properties for Elasticsearch clients.
- clientConfiguration() - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration
-
- clientConfiguration() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchConfiguration
-
- ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint - Interface in org.springframework.data.elasticsearch.client
-
- ClientConfiguration.ClientConfigurationCallback<T> - Interface in org.springframework.data.elasticsearch.client
-
Callback to be executed to configure a client.
- ClientConfiguration.MaybeSecureClientConfigurationBuilder - Interface in org.springframework.data.elasticsearch.client
-
- ClientConfiguration.TerminalClientConfigurationBuilder - Interface in org.springframework.data.elasticsearch.client
-
- ClientLogger - Class in org.springframework.data.elasticsearch.client
-
Logging Utility to log client requests and responses.
- clone(CloneIndexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- clone(Function<CloneIndexRequest.Builder, ObjectBuilder<CloneIndexRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- close() - Method in class org.springframework.data.elasticsearch.client.elc.AutoCloseableElasticsearchClient
-
- close() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- close(CloseIndexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- close(Function<CloseIndexRequest.Builder, ObjectBuilder<CloseIndexRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- close() - Method in interface org.springframework.data.elasticsearch.client.RestClients.ElasticsearchRestClient
-
- closed(T, T) - Static method in class org.springframework.data.elasticsearch.core.Range
-
Creates a new
Range
with inclusive bounds for both values.
- closeIndex(HttpHeaders, CloseIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- closeIndex(Consumer<CloseIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CloseIndexRequest
against the indices API.
- closeIndex(CloseIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CloseIndexRequest
against the indices API.
- closeIndex(HttpHeaders, CloseIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CloseIndexRequest
against the indices API.
- cluster() - Method in class org.springframework.data.elasticsearch.client.elc.AutoCloseableElasticsearchClient
-
- cluster() - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- cluster() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- cluster() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- cluster() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- cluster() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Gain Access to cluster related commands.
- cluster() - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
return a
ClusterOperations
instance that uses the same client communication setup as this
ElasticsearchOperations instance.
- cluster() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- cluster() - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
return a
ReactiveClusterOperations
instance that uses the same client communication setup as this
ElasticsearchOperations instance.
- cluster() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- clusterHealth() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- clusterHealth(ClusterHealthRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- ClusterHealth - Class in org.springframework.data.elasticsearch.core.cluster
-
Information about the cluster health.
- clusterHealth(ClusterHealthResponse) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
-
- ClusterHealth.ClusterHealthBuilder - Class in org.springframework.data.elasticsearch.core.cluster
-
- clusterInfo() - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
Obtain information about known cluster nodes.
- ClusterInformation(Set<ElasticsearchHost>) - Constructor for class org.springframework.data.elasticsearch.client.reactive.HostProvider.ClusterInformation
-
- ClusterOperations - Interface in org.springframework.data.elasticsearch.core.cluster
-
Elasticsearch operations on cluster level.
- ClusterTemplate - Class in org.springframework.data.elasticsearch.client.elc
-
Implementation of the
ClusterOperations
interface using en
ElasticsearchClusterClient
.
- ClusterTemplate(ElasticsearchClusterClient, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.client.elc.ClusterTemplate
-
- complete(CriteriaQuery, Sort) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
-
- Completion - Class in org.springframework.data.elasticsearch.core.suggest
-
Based on the reference doc -
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
- Completion() - Constructor for class org.springframework.data.elasticsearch.core.suggest.Completion
-
- Completion(String[]) - Constructor for class org.springframework.data.elasticsearch.core.suggest.Completion
-
- Completion(List<String>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.Completion
-
- CompletionContext - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Based on reference doc - https://www.elastic.co/guide/en/elasticsearch/reference/current/suggester-context.html
- CompletionContext.ContextMappingType - Enum in org.springframework.data.elasticsearch.annotations
-
- CompletionContextType - Enum in org.springframework.data.elasticsearch.annotations
-
Based on reference doc - https://www.elastic.co/guide/en/elasticsearch/reference/current/suggester-context.html
- CompletionField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Based on the reference doc -
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
- CompletionSuggestion<T> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- CompletionSuggestion(String, int, List<CompletionSuggestion.Entry<T>>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.CompletionSuggestion
-
- CompletionSuggestion.Entry<T> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- CompletionSuggestion.Entry.Option<T> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- configure(T) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationCallback
-
- connectedTo(String) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint
-
- connectedTo(String...) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint
-
- connectedTo(InetSocketAddress) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint
-
- connectedTo(InetSocketAddress...) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint
-
- connectedToLocalhost() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint
-
Obviously for testing.
- contains(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- contains(GeoJson<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Adds a new filter CriteriaEntry for GEO_CONTAINS.
- contains(T) - Method in class org.springframework.data.elasticsearch.core.Range
-
Returns whether the
Range
contains the given value.
- containsKey(Object) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- containsKey(Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- containsTypeInformation(Map<String, Object>) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
-
- containsValue(Object) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- containsValue(Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- ConversionException - Exception in org.springframework.data.elasticsearch.core.convert
-
- ConversionException() - Constructor for exception org.springframework.data.elasticsearch.core.convert.ConversionException
-
- ConversionException(String) - Constructor for exception org.springframework.data.elasticsearch.core.convert.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.core.convert.ConversionException
-
- ConversionException(Throwable) - Constructor for exception org.springframework.data.elasticsearch.core.convert.ConversionException
-
- ConversionException(String, Throwable, boolean, boolean) - Constructor for exception org.springframework.data.elasticsearch.core.convert.ConversionException
-
- convert(GeoJsonGeometryCollection) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonGeometryCollectionToMapConverter
-
- convert(GeoJsonLineString) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonLineStringToMapConverter
-
- convert(GeoJsonMultiLineString) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiLineStringToMapConverter
-
- convert(GeoJsonMultiPoint) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPointToMapConverter
-
- convert(GeoJsonMultiPolygon) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPolygonToMapConverter
-
- convert(GeoJsonPoint) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPointToMapConverter
-
- convert(GeoJsonPolygon) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPolygonToMapConverter
-
- convert(GeoJson<? extends Iterable<?>>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonToMapConverter
-
- convert(GeoPoint) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoPointToMapConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonGeometryCollectionConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonLineStringConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiLineStringConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPointConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPolygonConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPointConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPolygonConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoPointConverter
-
- convert(Map<String, Object>) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToPointConverter
-
- convert(Point) - Method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.PointToMapConverter
-
- convert(ElasticsearchPersistentProperty) - Method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
-
- convert(ElasticsearchPersistentProperty) - Method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
- convert(Object) - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryExecution.ResultProcessingConverter
-
- converter - Variable in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- convertId(Object) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
-
Convert a given idValue to its
String
representation taking potentially registered
Converters
into account.
- count(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- count(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- count(Consumer<SearchRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a SearchRequest
against the count API.
- count(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a SearchRequest
against the search API.
- count(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a SearchRequest
against the search API.
- count() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- count(CountRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
Creates a count request.
- count(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- count(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- count(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- count(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- count(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Count the number of documents matching the given
Query
.
- count(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Count the number of documents matching the given
Query
.
- count(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Count the number of documents matching the given
Query
.
- count(Query, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Return number of elements found by given query.
- count(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
return number of elements found by given query
- count(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
return number of elements found by given query
- count() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- count() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- CountQuery - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Alias for a @Query annotation with the count parameter set to true.
- create(String) - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- create(InetSocketAddress) - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- create() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- create(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- create(Map<String, Object>, Document) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- create(CreateIndexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- create(Function<CreateIndexRequest.Builder, ObjectBuilder<CreateIndexRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- create() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- create(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- create(Map<String, Object>, Document) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- create(HttpHeaders, String...) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration, RequestCreator) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients
-
Start here to create a new client tailored to your needs.
- create(ClientConfiguration, RequestCreator) - Static method in class org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients
-
Start here to create a new client tailored to your needs.
- create(String) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- create(String, ClientHttpConnector) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.RestClients
-
Start here to create a new client tailored to your needs.
- create() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- create(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- create(Map<String, Object>, Document) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- create(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Static method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
-
- create() - Static method in interface org.springframework.data.elasticsearch.core.document.Document
-
- create() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index.
- create(Map<String, Object>) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index for given settings.
- create(Map<String, Object>, Document) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index for given settings and mapping.
- create() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Create an index.
- create(Map<String, Object>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Create an index with the specified settings.
- create(Map<String, Object>, Document) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Create an index for given settings and mapping.
- create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
-
- create(Part, Iterator<Object>) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
-
- createAssociation() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- createContentType(XContentType) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
Returns a ContentType
from a given XContentType
.
- createDataStream(CreateDataStreamRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- createDataStream(Function<CreateDataStreamRequest.Builder, ObjectBuilder<CreateDataStreamRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- createFrom(List<ElasticsearchParameters.ElasticsearchParameter>) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchParameters
-
- createImperative(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
Creates a new imperative ElasticsearchClient
- createImperative(ClientConfiguration, TransportOptions) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
Creates a new imperative ElasticsearchClient
- createImperative(RestClient) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
Creates a new imperative ElasticsearchClient
- createImperative(RestClient, TransportOptions) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
Creates a new imperative ElasticsearchClient
- createIndex(HttpHeaders, CreateIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- createIndex(HttpHeaders, CreateIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- createIndex(Consumer<CreateIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- createIndex(CreateIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- createIndex(HttpHeaders, CreateIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- createIndex(CreateIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CreateIndexRequest
against the indices API.
- createIndex(HttpHeaders, CreateIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CreateIndexRequest
against the indices API.
- createIndexRequest() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- createMapping() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- createMapping(Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- createMapping() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- createMapping(Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- createMapping() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- createMapping(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- createMapping() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Creates the index mapping for the entity this IndexOperations is bound to.
- createMapping(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Creates the index mapping for the given class
- createMapping() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Creates the index mapping for the entity this IndexOperations is bound to.
- createMapping(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Creates the index mapping for the given class
- createParameter(MethodParameter) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchParameters
-
- createParameters(Method) - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- createPersistentProperty(Property, SimpleElasticsearchPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- createQuery(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
-
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
-
- createQuery(ElasticsearchParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchStringQuery
-
- createQuery(ElasticsearchParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ReactivePartTreeElasticsearchQuery
-
- createReactive(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
- createReactive(ClientConfiguration, TransportOptions) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
- createReactive(RestClient) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
- createReactive(RestClient, TransportOptions) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
- createRepositoryFactory() - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- createRepositoryFactory() - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- createSettings() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- createSettings(Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- createSettings() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- createSettings(Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- createSettings(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- createSettings() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- createSettings() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Creates the index settings for the entity this IndexOperations is bound to.
- createSettings(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Creates the index settings from the annotations on the given class
- createSettings() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Creates the index settings for the entity this IndexOperations is bound to.
- createSettings(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Creates the index settings from the annotations on the given class
- createWebClient(InetSocketAddress) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
- createWithMapping() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- createWithMapping() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- createWithMapping() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- createWithMapping() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index with the settings and mapping defined for the entity this IndexOperations is bound to.
- createWithMapping() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Create an index with the settings and mapping defined for the entity this IndexOperations is bound to.
- Criteria - Class in org.springframework.data.elasticsearch.core.query
-
Criteria is the central class when constructing queries.
- Criteria() - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
- Criteria(String) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
Creates a new Criteria with provided field name
- Criteria(Field) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
Creates a new Criteria for the given field
- Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
Creates a Criteria for the given field, sets it's criteriaChain to the given value and adds itself to the end of
the chain.
- Criteria(List<Criteria>, Field) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
Creates a Criteria for the given field, sets it's criteriaChain to the given value and adds itself to the end of
the chain.
- Criteria.CriteriaChain - Class in org.springframework.data.elasticsearch.core.query
-
a list of
Criteria
objects that belong to one query.
- Criteria.CriteriaEntry - Class in org.springframework.data.elasticsearch.core.query
-
A class defining a single operation and it's argument value for the field of a
Criteria
.
- Criteria.OperationKey - Enum in org.springframework.data.elasticsearch.core.query
-
- Criteria.Operator - Enum in org.springframework.data.elasticsearch.core.query
-
Operator to join the entries of the criteria chain
- CRITERIA_VALUE_SEPARATOR - Static variable in class org.springframework.data.elasticsearch.core.query.Criteria
-
- CriteriaChain() - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaChain
-
- CriteriaEntry(Criteria.OperationKey) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- CriteriaQuery - Class in org.springframework.data.elasticsearch.core.query
-
CriteriaQuery
- CriteriaQuery(CriteriaQueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
-
- CriteriaQuery(Criteria) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
-
- CriteriaQuery(Criteria, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
-
- CriteriaQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
-
- CriteriaQueryBuilder(Criteria) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQueryBuilder
-
- CriteriaQueryException - Exception in org.springframework.data.elasticsearch.client.elc
-
- CriteriaQueryException(String) - Constructor for exception org.springframework.data.elasticsearch.client.elc.CriteriaQueryException
-
- ElasticsearchAggregation - Class in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchAggregation(Aggregation) - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchAggregation
-
- ElasticsearchAggregation - Class in org.springframework.data.elasticsearch.core
-
AggregationContainer implementation for an Elasticsearch7 aggregation.
- ElasticsearchAggregation(Aggregation) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchAggregation
-
- ElasticsearchAggregations - Class in org.springframework.data.elasticsearch.client.elc
-
AggregationsContainer implementation for the Elasticsearch aggregations.
- ElasticsearchAggregations(List<ElasticsearchAggregation>) - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchAggregations
-
- ElasticsearchAggregations(Map<String, Aggregate>) - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchAggregations
-
convenience constructor taking a map as it is returned from the new Elasticsearch client.
- ElasticsearchAggregations - Class in org.springframework.data.elasticsearch.core
-
AggregationsContainer implementation for the Elasticsearch7 aggregations.
- ElasticsearchAggregations(Aggregations) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchAggregations
-
- ElasticsearchAuditingBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
-
- ElasticsearchAuditingBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
-
- elasticsearchClient(RestClient) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration
-
Provides the ElasticsearchClient
to be used.
- elasticsearchClient() - Method in class org.springframework.data.elasticsearch.config.AbstractElasticsearchConfiguration
-
Return the RestHighLevelClient
instance used to connect to the cluster.
- ElasticsearchClients - Class in org.springframework.data.elasticsearch.client.elc
-
Utility class to create the different Elasticsearch clients
- ElasticsearchClients() - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
- ElasticsearchClients.ElasticsearchClientConfigurationCallback - Interface in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchClients.WebClientConfigurationCallback - Interface in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchClusterOperations - Class in org.springframework.data.elasticsearch.core.cluster
-
- ElasticsearchClusterOperations() - Constructor for class org.springframework.data.elasticsearch.core.cluster.ElasticsearchClusterOperations
-
- ElasticsearchConfiguration - Class in org.springframework.data.elasticsearch.client.elc
-
Base class for a @
Configuration
class to set up the Elasticsearch
connection using the Elasticsearch Client.
- ElasticsearchConfiguration() - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration
-
- ElasticsearchConfigurationSupport - Class in org.springframework.data.elasticsearch.config
-
- ElasticsearchConfigurationSupport() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.client.elc.ReactiveChildTemplate
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- ElasticsearchConverter - Interface in org.springframework.data.elasticsearch.core.convert
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.core.index.MappingBuilder
-
- elasticsearchConverter - Variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- elasticsearchCustomConversions() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchCustomConversions - Class in org.springframework.data.elasticsearch.core.convert
-
- ElasticsearchCustomConversions(Collection<?>) - Constructor for class org.springframework.data.elasticsearch.core.convert.ElasticsearchCustomConversions
-
- ElasticsearchDateConverter - Class in org.springframework.data.elasticsearch.core.convert
-
Provides Converter instances to convert to and from Dates in the different date and time formats that elasticsearch
understands.
- ElasticsearchEntityInformation<T,ID> - Interface in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchEntityInformationCreator - Interface in org.springframework.data.elasticsearch.repository.support
-
ElasticsearchEntityInformationCreator
- ElasticsearchEntityInformationCreatorImpl - Class in org.springframework.data.elasticsearch.repository.support
-
ElasticsearchEntityInformationCreatorImpl
- ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
-
- elasticsearchEntityMapper(SimpleElasticsearchMappingContext, ElasticsearchCustomConversions) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchEntityMetadata<T> - Interface in org.springframework.data.elasticsearch.repository.query
-
- ElasticsearchErrorCause - Class in org.springframework.data.elasticsearch
-
Object describing an Elasticsearch error
- ElasticsearchErrorCause(String, String, String, ElasticsearchErrorCause, List<ElasticsearchErrorCause>, List<ElasticsearchErrorCause>) - Constructor for class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- ElasticsearchExceptionTranslator - Class in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchExceptionTranslator(JsonpMapper) - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchExceptionTranslator
-
- ElasticsearchExceptionTranslator - Class in org.springframework.data.elasticsearch.core
-
- ElasticsearchExceptionTranslator() - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchExceptionTranslator
-
- ElasticsearchHost - Class in org.springframework.data.elasticsearch.client
-
Value Object containing information about Elasticsearch cluster nodes.
- ElasticsearchHost(InetSocketAddress, ElasticsearchHost.State) - Constructor for class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- ElasticsearchHost.State - Enum in org.springframework.data.elasticsearch.client
-
- elasticsearchMappingContext(ElasticsearchCustomConversions) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchNamespaceHandler - Class in org.springframework.data.elasticsearch.config
-
ElasticsearchNamespaceHandler
- ElasticsearchNamespaceHandler() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
-
- elasticsearchOperations(ElasticsearchConverter, ElasticsearchClient) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration
-
- elasticsearchOperations(ElasticsearchConverter, RestHighLevelClient) - Method in class org.springframework.data.elasticsearch.config.AbstractElasticsearchConfiguration
-
- ElasticsearchOperations - Interface in org.springframework.data.elasticsearch.core
-
ElasticsearchOperations.
- elasticsearchOperations - Variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- ElasticsearchParameterAccessor - Interface in org.springframework.data.elasticsearch.repository.query
-
- ElasticsearchParameters - Class in org.springframework.data.elasticsearch.repository.query
-
- ElasticsearchParameters(Method) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchParameters
-
- ElasticsearchPartQuery - Class in org.springframework.data.elasticsearch.repository.query
-
ElasticsearchPartQuery
- ElasticsearchPartQuery(ElasticsearchQueryMethod, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
-
- ElasticsearchPersistentEntity<T> - Interface in org.springframework.data.elasticsearch.core.mapping
-
ElasticsearchPersistentEntity
- ElasticsearchPersistentProperty - Interface in org.springframework.data.elasticsearch.core.mapping
-
ElasticsearchPersistentProperty
- ElasticsearchPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.elasticsearch.core.mapping
-
- ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter - Enum in org.springframework.data.elasticsearch.core.mapping
-
- ElasticsearchQueryCreator - Class in org.springframework.data.elasticsearch.repository.query.parser
-
ElasticsearchQueryCreator
- ElasticsearchQueryCreator(PartTree, ParameterAccessor, MappingContext<?, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
-
- ElasticsearchQueryCreator(PartTree, MappingContext<?, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
-
- ElasticsearchQueryMethod - Class in org.springframework.data.elasticsearch.repository.query
-
ElasticsearchQueryMethod
- ElasticsearchQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- ElasticsearchRepository<T,ID> - Interface in org.springframework.data.elasticsearch.repository
-
- ElasticsearchRepositoryBean<T> - Class in org.springframework.data.elasticsearch.repository.cdi
-
- ElasticsearchRepositoryBean(Bean<ElasticsearchOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
-
- ElasticsearchRepositoryConfigExtension - Class in org.springframework.data.elasticsearch.repository.config
-
- ElasticsearchRepositoryConfigExtension() - Constructor for class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- ElasticsearchRepositoryExtension - Class in org.springframework.data.elasticsearch.repository.cdi
-
CDI extension to export Elasticsearch repositories.
- ElasticsearchRepositoryExtension() - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryExtension
-
- ElasticsearchRepositoryFactory - Class in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchRepositoryFactory(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- ElasticsearchRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.elasticsearch.repository.support
-
Spring
FactoryBean
implementation to ease container based configuration for
XML namespace and JavaConfig.
- ElasticsearchRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- ElasticsearchRepositoryMetadata - Class in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
-
- ElasticsearchRestTemplate - Class in org.springframework.data.elasticsearch.core
-
ElasticsearchRestTemplate
- ElasticsearchRestTemplate(RestHighLevelClient) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- ElasticsearchRestTemplate(RestHighLevelClient, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- ElasticsearchRestTemplate.ClientCallback<T> - Interface in org.springframework.data.elasticsearch.core
-
- ElasticsearchSimpleTypes - Class in org.springframework.data.elasticsearch.core.mapping
-
Utility to define simple types understood by Spring Data Elasticsearch and the Elasticsearch client.
- ElasticsearchStringQuery - Class in org.springframework.data.elasticsearch.repository.query
-
ElasticsearchStringQuery
- ElasticsearchStringQuery(ElasticsearchQueryMethod, ElasticsearchOperations, String) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
-
- ElasticsearchTemplate - Class in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchTemplate(ElasticsearchClient, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- ElasticsearchTemplate.ClientCallback<T> - Interface in org.springframework.data.elasticsearch.client.elc
-
- ElasticsearchTypeMapper - Interface in org.springframework.data.elasticsearch.core.convert
-
- empty() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- EnableElasticsearchAuditing - Annotation Type in org.springframework.data.elasticsearch.config
-
Annotation to enable auditing in Elasticsearch via annotation configuration.
- EnableElasticsearchRepositories - Annotation Type in org.springframework.data.elasticsearch.repository.config
-
Annotation to enable Elasticsearch repositories.
- EnableReactiveElasticsearchAuditing - Annotation Type in org.springframework.data.elasticsearch.config
-
Annotation to enable auditing in Elasticsearch using reactive infrastructure via annotation configuration.
- EnableReactiveElasticsearchRepositories - Annotation Type in org.springframework.data.elasticsearch.repository.config
-
Annotation to activate reactive Elasticsearch repositories.
- endsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- Entities(List<T>) - Constructor for class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.Entities
-
- EntityAsMap - Class in org.springframework.data.elasticsearch.client.elc
-
A Map<String,Object> to represent any entity as it's returned from Elasticsearch and before it is converted to a
Document
.
- EntityAsMap() - Constructor for class org.springframework.data.elasticsearch.client.elc.EntityAsMap
-
- entityAt(long) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.Entities
-
- entityCallbacks - Variable in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- entityCallbacks - Variable in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- entityClass - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- entityInformation - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- entityOperations - Variable in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- entityOperations - Variable in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- EntityOperations - Class in org.springframework.data.elasticsearch.core
-
Common operations performed on an entity in the context of it's mapping metadata.
- EntityOperations(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.EntityOperations
-
- EntityOperations.AdaptableEntity<T> - Interface in org.springframework.data.elasticsearch.core
-
Information and commands on an entity.
- Entry(String, int, int, List<CompletionSuggestion.Entry.Option<T>>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.CompletionSuggestion.Entry
-
- Entry(String, int, int, List<PhraseSuggestion.Entry.Option>, double) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.PhraseSuggestion.Entry
-
- Entry(String, int, int, List<O>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
-
- Entry(String, int, int, List<TermSuggestion.Entry.Option>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.TermSuggestion.Entry
-
- entrySet() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- entrySet() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.document.Explanation
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.join.JoinField
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.Range.Bound
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.Range
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- exceptionTranslator - Variable in class org.springframework.data.elasticsearch.client.elc.ChildTemplate
-
- exceptionTranslator - Variable in class org.springframework.data.elasticsearch.client.elc.ReactiveChildTemplate
-
- ExceptionUtils - Class in org.springframework.data.elasticsearch.support
-
- exclusive(double) - Static method in class org.springframework.data.elasticsearch.core.Range.Bound
-
Creates a boundary excluding value
.
- exclusive(float) - Static method in class org.springframework.data.elasticsearch.core.Range.Bound
-
Creates a boundary excluding value
.
- exclusive(int) - Static method in class org.springframework.data.elasticsearch.core.Range.Bound
-
Creates a boundary excluding value
.
- exclusive(long) - Static method in class org.springframework.data.elasticsearch.core.Range.Bound
-
Creates a boundary excluding value
.
- exclusive(T) - Static method in class org.springframework.data.elasticsearch.core.Range.Bound
-
Creates a boundary excluding value
.
- execute(ChildTemplate.ClientCallback<CLIENT, RESULT>) - Method in class org.springframework.data.elasticsearch.client.elc.ChildTemplate
-
Execute a callback with the client and provide exception translation.
- execute(ElasticsearchTemplate.ClientCallback<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
Execute a callback with the ElasticsearchClient
and provide exception translation.
- execute(ReactiveChildTemplate.ClientCallback<CLIENT, Publisher<RESULT>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveChildTemplate
-
Execute a callback with the client and provide exception translation.
- execute(ReactiveElasticsearchOperations.ClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
Deprecated.
- execute(ReactiveElasticsearchTemplate.ClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- execute(ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback<T>) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- execute(ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback<T>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Compose the actual command/s to run against Elasticsearch using the underlying
connection
.
- execute(ElasticsearchRestTemplate.ClientCallback<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
Execute a callback with the RestHighLevelClient
- execute(ReactiveElasticsearchOperations.ClientCallback<Publisher<T>>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- execute(ReactiveElasticsearchOperations.ClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- execute(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- execute(Query, Class<?>, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryExecution
-
- execute(Query, Class<?>, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryExecution.ResultProcessingExecution
-
- execute(SimpleElasticsearchRepository.OperationsCallback<R>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- executeAndRefresh(SimpleElasticsearchRepository.OperationsCallback<R>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<Publisher<T>>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- executeWithClusterClient(ReactiveElasticsearchOperations.ClusterClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<Publisher<T>>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- exists() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- exists(ExistsRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- exists(Function<ExistsRequest.Builder, ObjectBuilder<ExistsRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- exists() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- exists(HttpHeaders, GetRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- exists(Consumer<GetRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Checks for the existence of a document.
- exists(GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Checks for the existence of a document.
- exists(HttpHeaders, GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Checks for the existence of a document.
- exists() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- exists(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- exists(String, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- exists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- exists() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- exists(String, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- exists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- exists(String, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Check if an entity with given id exists.
- exists(String, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Check if an entity with given id exists.
- exists() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Checks if the index this IndexOperations is bound to exists
- exists() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- exists(String, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Check if an entity with given id exists.
- exists(String, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Check if an entity with given id exists.
- exists() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
checks if an index exists
- existsAlias(ExistsAliasRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsAlias(Function<ExistsAliasRequest.Builder, ObjectBuilder<ExistsAliasRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- existsById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- existsById(Publisher<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- existsIndex(HttpHeaders, GetIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- existsIndex(HttpHeaders, GetIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- existsIndex(Consumer<GetIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- existsIndex(GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- existsIndex(HttpHeaders, GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- existsIndex(GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- existsIndex(HttpHeaders, GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- existsIndexTemplate(ExistsIndexTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsIndexTemplate(Function<ExistsIndexTemplateRequest.Builder, ObjectBuilder<ExistsIndexTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsTemplate(ExistsTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- existsTemplate(ExistsTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsTemplate(Function<ExistsTemplateRequest.Builder, ObjectBuilder<ExistsTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- existsTemplate(ExistsTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- existsTemplate(HttpHeaders, IndexTemplatesExistRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- existsTemplate(Consumer<IndexTemplatesExistRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given IndexTemplatesExistRequest
against the indices API.
- existsTemplate(IndexTemplatesExistRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given IndexTemplatesExistRequest
against the indices API.
- existsTemplate(HttpHeaders, IndexTemplatesExistRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given IndexTemplatesExistRequest
against the indices API.
- existsTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
check if an index template exists using the legacy Elasticsearch interface.
- existsTemplate(ExistsTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
check if an index template exists using the legacy Elasticsearch interface.
- existsTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Checks if an index template exists using the legacy Elasticsearch interface (@see
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
- existsTemplate(ExistsTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
Checks if an index template exists using the legacy Elasticsearch interface (@see
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
- ExistsTemplateRequest - Class in org.springframework.data.elasticsearch.core.index
-
- ExistsTemplateRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.index.ExistsTemplateRequest
-
- explain(ExplainRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- Explanation - Class in org.springframework.data.elasticsearch.core.document
-
class that holds explanations returned from an Elasticsearch search.
- Explanation(Boolean, Double, String, List<Explanation>) - Constructor for class org.springframework.data.elasticsearch.core.document.Explanation
-
- expression(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- extractIdFromBean(T) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- GeoBox - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoBox(GeoPoint, GeoPoint) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoBox
-
- GeoConverters - Class in org.springframework.data.elasticsearch.core.convert
-
Set of
converters
specific to Elasticsearch Geo types.
- GeoConverters() - Constructor for class org.springframework.data.elasticsearch.core.convert.GeoConverters
-
- GeoConverters.GeoJsonGeometryCollectionToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonLineStringToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonMultiLineStringToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonMultiPointToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonMultiPolygonToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonPointToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonPolygonToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoJsonToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.GeoPointToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonGeometryCollectionConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonLineStringConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonMultiLineStringConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonMultiPointConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonMultiPolygonConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonPointConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoJsonPolygonConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToGeoPointConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.MapToPointConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoConverters.PointToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- GeoDistanceOrder - Class in org.springframework.data.elasticsearch.core.query
-
Sort.Order
derived class to be able to define a _geo_distance order for a
search.
- GeoDistanceOrder(String, GeoPoint) - Constructor for class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- GeoDistanceOrder.DistanceType - Enum in org.springframework.data.elasticsearch.core.query
-
- GeoJson<T extends Iterable<?>> - Interface in org.springframework.data.elasticsearch.core.geo
-
Interface definition for structures defined in
GeoJSON format. copied from Spring
Data Mongodb
- GeoJsonGeometryCollection - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonLineString - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonMultiLineString - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonMultiPoint - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonMultiPolygon - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonPoint - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoJsonPolygon - Class in org.springframework.data.elasticsearch.core.geo
-
GeoJson
representation of a polygon.
- GeoPoint - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoPoint(double, double) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- GeoPointField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- GeoShapeField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- GeoShapeField.Orientation - Enum in org.springframework.data.elasticsearch.annotations
-
- get(String, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- get(GetRequest, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- get(Function<GetRequest.Builder, ObjectBuilder<GetRequest>>, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- get(GetIndexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- get(Function<GetIndexRequest.Builder, ObjectBuilder<GetIndexRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- get(String, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- get(HttpHeaders, GetRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- get(Consumer<GetRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a GetRequest
against the get API to retrieve a document by id.
- get(GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given GetRequest
against the get API to retrieve a document by id.
- get(HttpHeaders, GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given GetRequest
against the get API to retrieve a document by id.
- get() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- get(InetSocketAddress) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- get(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- get(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- get(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- get(Object, Class<T>) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- get(Object) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- get(String, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Retrieves an object from the index specified in the entity's Document annotation.
- get(String, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Retrieves an object from the index specified in the entity's Document annotation.
- get(String, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- get(Object) - Method in class org.springframework.data.elasticsearch.core.index.Settings
-
- get(String, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Find the document with the given id mapped onto the given entityType.
- get(String, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Fetch the entity with given id.
- get(String, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- get(Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- get(Object, Class<T>) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- getAborted() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getAborted() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getAbortOnVersionConflict() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getActions() - Method in class org.springframework.data.elasticsearch.core.index.AliasActions
-
- getActive() - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
- getActive(HostProvider.Verification) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
Get the
WebClient
connecting to an active host.
- getActivePrimaryShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getActiveShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getActiveShardsPercent() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getActualTypeOrNull() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
- getAggregate() - Method in class org.springframework.data.elasticsearch.client.elc.Aggregation
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getAggregations() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getAggregations() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getAggregations() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getAggregations() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
-
- getAlias(GetAliasRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getAlias(Function<GetAliasRequest.Builder, ObjectBuilder<GetAliasRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getAlias() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getAlias() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getAlias(GetAliasesRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getAlias() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
-
- getAliasActions() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getAliases(String...) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getAliases(String...) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getAliases(HttpHeaders, GetAliasesRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getAliases(Consumer<GetAliasesRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetAliasesRequest
against the indices API.
- getAliases(GetAliasesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetAliasesRequest
against the indices API.
- getAliases(HttpHeaders, GetAliasesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetAliasesRequest
against the indices API.
- getAliases(String...) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getAliases() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getAliases() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getAliases() - Method in class org.springframework.data.elasticsearch.core.IndexInformation
-
- getAliases(String...) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
gets information about aliases
- getAliases(String...) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
gets information about aliases
- getAliasesForIndex(String...) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getAliasesForIndex(String...) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getAliasesForIndex(String...) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getAliasesForIndex(String...) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
gets information about aliases
- getAliasesForIndex(String...) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
gets information about aliases
- getAnnotatedHighlightQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- getAnnotatedQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- getBatches() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of scroll responses pulled back by the update by query.
- getBatches() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of scroll responses pulled back by the update by query.
- getBatchSize() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getBeanClass(Element) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
-
- getBoolean(String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- getBooleanOrDefault(String, boolean) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or defaultValue
if this document contains no
mapping for the key.
- getBooleanOrDefault(String, BooleanSupplier) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getBoost() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getBoost() - Method in class org.springframework.data.elasticsearch.core.query.IndexBoost
-
- getBoostTerms() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getBottomRight() - Method in class org.springframework.data.elasticsearch.core.geo.GeoBox
-
- getBoundaryChars() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getBoundaryMaxScan() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getBoundaryScanner() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getBoundaryScannerLocale() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getBulkRetries() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of times that the request had retry bulk actions.
- getBulkRetries() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of times that the request had retry bulk actions.
- getCause() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getCause() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getCausedBy() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getChild() - Method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
-
- getClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- getClientConfigurers() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getClusterClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Obtain the ReactiveElasticsearchClient.Cluster
to operate upon.
- getClusterName() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
tries to extract the version of the Elasticsearch cluster
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- getCollapseBuilder() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getCollateMatch() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry.Option
-
- getConflicts() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getConnectTimeout() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getConnectTimeout() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getContent() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getContexts() - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- getContexts() - Method in class org.springframework.data.elasticsearch.core.suggest.response.CompletionSuggestion.Entry.Option
-
- getConversionService() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- getCoordinates() - Method in interface org.springframework.data.elasticsearch.core.geo.GeoJson
-
The value of the coordinates member is always an
Iterable
.
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
-
- getCoordinates() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
-
- getCreated() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of documents that were successfully created.
- getCriteria() - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
-
- getCriteria() - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQueryBuilder
-
- getCriteriaChain() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getCutoffScore() - Method in class org.springframework.data.elasticsearch.core.suggest.response.PhraseSuggestion.Entry
-
- getDataStream(GetDataStreamRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getDataStream(Function<GetDataStreamRequest.Builder, ObjectBuilder<GetDataStreamRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getDataStream() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getDefaultHeaders() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getDefaultHeaders() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getDefaultNamedXContents() - Static method in class org.springframework.data.elasticsearch.client.util.NamedXContents
-
- getDefaultSettings() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
returns the default settings for an index.
- getDefaultSettings() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getDelayedUnassignedShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getDeleted() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of documents that were successfully deleted.
- getDeleted() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of documents that were successfully deleted.
- getDescription() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
-
- getDest() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getDetails() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
-
- getDistanceType() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getDoc() - Method in class org.springframework.data.elasticsearch.support.ScoreDoc
-
- getDocAsUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getDocument() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getElasticsearchConverter() - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getElasticsearchConverter() - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- getElasticsearchErrorCause() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
-
- getElasticsearchErrorCause() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getElasticsearchSorts() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getEncoder() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightParameters
-
- getEndpoint() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- getEndpoints() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
Returns the configured endpoints.
- getEntityCreator(AbstractElasticsearchTemplate.ReadDocumentCallback<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getEntityInformation() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- getEntityInformation(Class<T>) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreator
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getEntityRouting(Object) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getEntityRouting(Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
gets the routing for an entity which might be defined by a join-type relation
- getEntries() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion
-
- getErrorListener() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getEsName() - Method in enum org.springframework.data.elasticsearch.annotations.Document.VersionType
-
- getEsName() - Method in enum org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
-
- getEsName() - Method in enum org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
-
- getException() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
-
- getExcludes() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
-
- getExcludes() - Method in interface org.springframework.data.elasticsearch.core.query.SourceFilter
-
- getExpandWildcards() - Method in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- getExplain() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getExplain() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getExplanation() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getExplanation() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getExplanation() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getFactoryInstance(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- getFailedDocuments() - Method in exception org.springframework.data.elasticsearch.BulkFailureException
-
- getFailure() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem
-
- getFailure(MultiGetItemResponse) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
-
- getFailures() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
All of the bulk failures.
- getFailures() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
All of the bulk failures.
- getFallbackTypeFor(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
-
- getFetchSource() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getFetchSourceExcludes() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getFetchSourceIncludes() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getField() - Method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
-
- getField() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getFieldCollapse() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getFieldCollapse() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getFieldMapping(GetFieldMappingRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getFieldMapping(Function<GetFieldMappingRequest.Builder, ObjectBuilder<GetFieldMappingRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getFieldMapping(HttpHeaders, GetFieldMappingsRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getFieldMapping(Consumer<GetFieldMappingsRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetFieldMappingsRequest
against the indices API.
- getFieldMapping(GetFieldMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetFieldMappingsRequest
against the indices API.
- getFieldMapping(HttpHeaders, GetFieldMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetFieldMappingsRequest
against the indices API.
- getFieldMapping() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getFieldMapping(GetFieldMappingsRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getFieldName() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
Returns the name to be used to store the property in the document.
- getFieldName() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- getFieldName() - Method in class org.springframework.data.elasticsearch.core.query.ScriptedField
-
- getFieldNamingStrategy() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getFieldNamingStrategy() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity.ContextConfiguration
-
- getFieldNamingStrategy() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getFields() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getFields() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getFields() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getFields() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getFields() - Method in class org.springframework.data.elasticsearch.core.query.highlight.Highlight
-
- getFields() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getFields() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get fields to be returned as part of search request
- getFieldType() - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- getFieldType() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- getFieldValue(String) - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
The first value of the given field.
- getFilter() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getFilter() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getFilter() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
-
- getFilter() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getFilterCriteriaEntries() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getFilterQuery() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getFilterQueryClass() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getForceSource() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getFragmenter() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getFragmentOffset() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightFieldParameters
-
- getFragmentSize() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getFreq() - Method in class org.springframework.data.elasticsearch.core.suggest.response.TermSuggestion.Entry.Option
-
- getGenericType() - Method in class org.springframework.data.elasticsearch.core.convert.AbstractRangePropertyValueConverter
-
- getGeometries() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
-
- getGeoPoint() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getHeadersSupplier() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getHidden() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getHighlight() - Method in class org.springframework.data.elasticsearch.core.query.HighlightQuery
-
- getHighlightBuilder(Highlight, Class<?>) - Method in class org.springframework.data.elasticsearch.core.query.HighlightQueryBuilder
-
creates an Elasticsearch HighlightBuilder from an annotation.
- getHighlightBuilder() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getHighlighted() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry.Option
-
- getHighlightField(String) - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
gets the highlight values for a field.
- getHighlightFields() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getHighlightFields() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getHighlightFields() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getHighlightFields() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getHighlightQuery() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getHighlightQuery() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getHighlightQuery() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getHost() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getHostNameVerifier() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getHosts() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- getHttpClientConfigurer() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getId() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
-
- getId() - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Retrieve the identifier associated with this
Document
.
- getId() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getId() - Method in class org.springframework.data.elasticsearch.core.IndexedObjectInformation
-
- getId() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
-
- getId() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getId() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getId() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getId() - Method in class org.springframework.data.elasticsearch.core.query.Query.IdWithRouting
-
- getId() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getId() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Slice
-
- getId() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getId() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getIdAttribute() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
-
- getIdAttribute() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
-
- getIds() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getIds() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getIds() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getIdsWithRouting() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getIdsWithRouting() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getIfPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getIfSeqNo() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getIgnoreUnmapped() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getIncludes() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
-
- getIncludes() - Method in interface org.springframework.data.elasticsearch.core.query.SourceFilter
-
- getIndex(HttpHeaders, GetIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getIndex(Consumer<GetIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- getIndex(GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- getIndex(HttpHeaders, GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- getIndex() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getIndex(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getIndex(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getIndex() - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Dest
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getIndex() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getIndex() - Method in exception org.springframework.data.elasticsearch.NoSuchIndexException
-
- getIndexCoordinates() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getIndexCoordinates() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getIndexCoordinates() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getIndexCoordinates() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
- getIndexCoordinates() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getIndexCoordinates() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getIndexCoordinates() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
- getIndexCoordinates() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
-
- getIndexCoordinates() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
-
- getIndexCoordinatesFor(Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getIndexCoordinatesFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getIndexCoordinatesFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getIndexCoordinatesFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getIndexCoordinatesFor(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getIndexCoordinatesFor(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- getIndexes() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getIndexInformations(GetIndexResponse) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
-
get the index informations from a GetIndexResponse
- getIndexInformations(GetIndexResponse) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
-
get the index informations from a GetIndexResponse
(transport
client)
- getIndexName() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
-
- getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.IndexBoost
-
- getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getIndexName() - Method in interface org.springframework.data.elasticsearch.repository.query.ElasticsearchEntityMetadata
-
- getIndexName() - Method in class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- getIndexNames() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
-
- getIndexPatterns() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getIndexPatterns() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getIndexQuery(Object) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
-
- getIndexStoreType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getIndexStoreType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getIndexTemplate(GetIndexTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getIndexTemplate(Function<GetIndexTemplateRequest.Builder, ObjectBuilder<GetIndexTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getIndexTemplate() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getIndices() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getIndicesBoost() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getIndicesBoost() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getIndicesBoost() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getIndicesClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Obtain the ReactiveElasticsearchClient.Indices
to operate upon.
- getIndicesOptions() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getIndicesOptions() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getIndicesOptions() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get indices options
- getInformation(IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getInformation(IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getInformation() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
- getInformation(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
- getInformation() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
- getInformation(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
- getInitialEntitySet() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
Scans the mapping base package for classes annotated with
Document
.
- getInitializingShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getInnerHits() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getInnerHits() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getInnerHits(String) - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
returns the
SearchHits
for the inner hits with the given name.
- getInnerHits() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getInput() - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- getInt(String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- getIntOrDefault(String, int) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or defaultValue
if this document contains no
mapping for the key.
- getIntOrDefault(String, IntSupplier) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getItem() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem
-
- getJavaType() - Method in class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- getJoinFieldProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getJoinFieldProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getKey() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- getLang() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getLang() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Script
-
- getLanguage() - Method in class org.springframework.data.elasticsearch.core.query.ScriptData
-
- getLat() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- getLength() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
-
- getLon() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- getLong(String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- getLongOrDefault(String, long) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or defaultValue
if this document contains no
mapping for the key.
- getLongOrDefault(String, LongSupplier) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getLowerBound() - Method in class org.springframework.data.elasticsearch.core.Range
-
- getMajor() - Method in class org.springframework.data.elasticsearch.support.Version
-
- getMappedName() - Method in enum org.springframework.data.elasticsearch.annotations.CompletionContext.ContextMappingType
-
- getMappedName() - Method in enum org.springframework.data.elasticsearch.annotations.Dynamic
-
- getMappedName() - Method in enum org.springframework.data.elasticsearch.annotations.DynamicMappingValue
-
Deprecated.
- getMappedName() - Method in enum org.springframework.data.elasticsearch.annotations.FieldType
-
- getMapping() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getMapping(GetMappingRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getMapping(Function<GetMappingRequest.Builder, ObjectBuilder<GetMappingRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getMapping() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getMapping() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getMapping(HttpHeaders, GetMappingsRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
Deprecated.
- getMapping(HttpHeaders, GetMappingsRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getMapping(Consumer<GetMappingsRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- getMapping(GetMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- getMapping(HttpHeaders, GetMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
- getMapping(GetMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetMappingsRequest
against the indices API.
- getMapping(HttpHeaders, GetMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetMappingsRequest
against the indices API.
- getMapping() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getMapping(GetMappingsRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getMapping(GetMappingsRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getMapping() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getMapping() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getMapping() - Method in class org.springframework.data.elasticsearch.core.IndexInformation
-
- getMapping() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Get mapping for an index defined by a class.
- getMapping() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
- getMapping() - Method in class org.springframework.data.elasticsearch.core.RuntimeField
-
- getMappingBasePackages() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
Returns the base packages to scan for Elasticsearch mapped entities at startup.
- getMappingContext() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- getMappingContext() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- getMappingRequest() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getMappings() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getMatchedFields() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightFieldParameters
-
- getMatchedQueries() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getMatchedQueries() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getMatchedQueries() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getMax() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Slice
-
- getMaxDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMaxDocs() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getMaxDocs() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getMaxQueryTerms() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMaxResults() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getMaxResults() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getMaxResults() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
return the max of results.
- getMaxRetries() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getMaxScore() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getMaxScore() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getMaxScore() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getMaxScore() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getMaxScore() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getMaxScore() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
-
- getMaxWordLen() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMinDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMinor() - Method in class org.springframework.data.elasticsearch.support.Version
-
- getMinScore() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getMinScore() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getMinScore() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get minimum score
- getMinTermFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMinWordLen() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getMode() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getMode() - Method in class org.springframework.data.elasticsearch.core.query.Order
-
- getModuleName() - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- getMultiSearchResult(MultiSearchRequest) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- getName() - Method in class org.springframework.data.elasticsearch.client.elc.Aggregation
-
- getName() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getName() - Method in class org.springframework.data.elasticsearch.core.IndexInformation
-
- getName() - Method in class org.springframework.data.elasticsearch.core.join.JoinField
-
- getName() - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- getName() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightField
-
- getName() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- getName() - Method in class org.springframework.data.elasticsearch.core.RuntimeField
-
- getName() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion
-
- getNestedMetaData() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getNestedMetaData() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getNestedMetaData() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
If this is a nested inner hit, return the nested metadata information
- getNodeId() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
-
- getNodes() - Method in class org.springframework.data.elasticsearch.client.reactive.HostProvider.ClusterInformation
-
- getNoMatchSize() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getNoops() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of documents that were ignored because the script used for the update by query returned a noop value for
ctx.op.
- getNoops() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of documents that were ignored because the script used for the update by query returned a noop value for
ctx.op.
- getNumberOfDataNodes() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getNumberOfFragments() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getNumberOfInFlightFetch() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getNumberOfNodes() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getNumberOfPendingTasks() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getObject() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- getObject() - Method in class org.springframework.data.elasticsearch.config.PersistentEntitiesFactoryBean
-
- getObject() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getObjectType() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- getObjectType() - Method in class org.springframework.data.elasticsearch.config.PersistentEntitiesFactoryBean
-
- getOffset() - Method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
-
- getOffset() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
-
- getOperator() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getOptions() - Method in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- getOptions() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
-
- getOpType() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getOpType() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Dest
-
- getOrDefault(Object, Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.event.AuditingEntityCallback
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.event.ReactiveAuditingEntityCallback
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getPageable() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getPageable() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getPageable() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getPageable() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get page settings if defined
- getParameters() - Method in class org.springframework.data.elasticsearch.core.index.AliasAction
-
- getParameters() - Method in class org.springframework.data.elasticsearch.core.query.highlight.Highlight
-
- getParameters() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightField
-
- getParameters() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
-
- getParams() - Method in class org.springframework.data.elasticsearch.core.query.ScriptData
-
- getParams() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getParent() - Method in class org.springframework.data.elasticsearch.core.join.JoinField
-
- getParentId() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getPassword() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getPath() - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- getPath() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- getPathPrefix() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
Returns the path prefix that should be prepended to HTTP(s) requests for Elasticsearch behind a proxy.
- getPathPrefix() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getPathPrefix() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getPattern() - Method in enum org.springframework.data.elasticsearch.annotations.DateFormat
-
- getPercentTermsToMatch() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getPersistentEntityFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getPersistentEntityFor(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- getPersistentPropertyWithFieldName(String) - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getPersistentPropertyWithFieldName(String) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getPhraseLimit() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getPipeline() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getPipeline() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getPipeline() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Dest
-
- getPipelineAggregations() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getPort() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getPostTags() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getPreference() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getPreference() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getPreference() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get preference
- getPreTags() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
-
- getPrimaryTerm() - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Retrieve the primary_term associated with this
Document
.
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.IndexedObjectInformation
-
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- getProjectionFactory() - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
-
- getProperty() - Method in class org.springframework.data.elasticsearch.core.convert.AbstractPropertyValueConverter
-
- getPropertyValueConverter() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
- getPropertyValueConverter() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- getProxy() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
returns an optionally set proxy in the form host:port
- getQuery() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getQuery() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getQuery() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getQuery() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
-
- getQuery() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getQuery() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getQueryCriteriaEntries() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
-
- getQueryWeight() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
-
- getReason() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
-
- getReason() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getReasonCancelled() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The reason that the request was canceled or null if it hasn't been.
- getRefresh() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getRefreshInterval() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getRefreshInterval() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getRelocatingShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getRemote() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getReplicas() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getReplicas() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- getRepositoryFactoryClassName() - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
-
- getRepositoryMetadata(Class<?>) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getRepositoryMetadata(Class<?>) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getRequestCache() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getRequestCache() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getRequestFactory() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- getRequestsPerSecond() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getRequestsPerSecond() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getRequestsPerSecond() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of requests per second effectively executed during the reindex.
- getRequireAlias() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getRequiredSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getRequireFieldMatch() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getRescoreQueryWeight() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
-
- getRescorerQueries() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getRescorerQueries() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getRescorerQueries() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getRescorerQueries() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getResponseBody() - Method in exception org.springframework.data.elasticsearch.UncategorizedElasticsearchException
-
- getRestClient(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchClients
-
Creates a low level RestClient
for the given configuration.
- getResult() - Method in class org.springframework.data.elasticsearch.core.query.UpdateResponse
-
- getRetryOnConflict() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getReturnedDomainClass(Method) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
-
- getRevision() - Method in class org.springframework.data.elasticsearch.support.Version
-
- getRootCause() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getRoute() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getRoute() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getRoute() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get route
- getRouting() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getRouting() - Method in interface org.springframework.data.elasticsearch.core.EntityOperations.AdaptableEntity
-
returns the routing for the entity if it is available
- getRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.Query.IdWithRouting
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Dest
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.routing.DefaultRoutingResolver
-
- getRouting(T) - Method in class org.springframework.data.elasticsearch.core.routing.DefaultRoutingResolver
-
- getRouting() - Method in interface org.springframework.data.elasticsearch.core.routing.RoutingResolver
-
returns the routing when no entity is available.
- getRouting(T) - Method in interface org.springframework.data.elasticsearch.core.routing.RoutingResolver
-
Returns the routing for a bean.
- getRouting() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getRoutingId() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getRuntimeFields() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getRuntimeFields() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- getRuntimeLibraryVersion() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- getScheme() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getScope() - Method in class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
-
- getScore() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
Return the search score
.
- getScore() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getScore() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getScore() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry.Option
-
- getScore() - Method in class org.springframework.data.elasticsearch.support.ScoreDoc
-
- getScoreDoc() - Method in class org.springframework.data.elasticsearch.core.suggest.response.CompletionSuggestion.Entry.Option
-
- getScoreMode() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
-
- getScript(GetStoredScriptRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getScript() - Method in class org.springframework.data.elasticsearch.core.query.ScriptData
-
- getScript() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getScript() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getScript() - Method in class org.springframework.data.elasticsearch.core.RuntimeField
-
- getScriptData() - Method in class org.springframework.data.elasticsearch.core.query.ScriptedField
-
- getScriptData() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getScriptedFields() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getScriptedFields() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getScriptedUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getScriptFields() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getScriptName() - Method in class org.springframework.data.elasticsearch.core.query.ScriptData
-
- getScriptName() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getScriptType() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getScroll() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.client.util.ScrollState
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getScrollId() - Method in interface org.springframework.data.elasticsearch.core.SearchScrollHits
-
- getScrollIds() - Method in class org.springframework.data.elasticsearch.client.util.ScrollState
-
- getScrollTime() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getScrollTime() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
For queries that are used in delete request, these are internally handled by Elasticsearch as scroll/bulk delete
queries.
- getSearchAfter() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getSearchAfter() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getSearchDocuments() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getSearchExtBuilders() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getSearchFailures() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
Failures during search phase
- getSearchHit(int) - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getSearchHit(int) - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getSearchHit() - Method in class org.springframework.data.elasticsearch.core.suggest.response.CompletionSuggestion.Entry.Option
-
- getSearchHits() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getSearchHits() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getSearchHits() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getSearchHits() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getSearchHits() - Method in interface org.springframework.data.elasticsearch.core.SearchPage
-
- getSearchIndices() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getSearchRetries() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of times that the request had retry search actions.
- getSearchRetries() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of times that the request had retry search actions.
- getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
-
- getSearchTemplate() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getSearchType() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getSearchType() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Type of search
- getSearchTypes() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
-
- getSeqNo() - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Retrieve the seq_no associated with this
Document
.
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.IndexedObjectInformation
-
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getSeqNo() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getSeqNoPrimaryTerm() - Method in interface org.springframework.data.elasticsearch.core.EntityOperations.AdaptableEntity
-
Returns SeqNoPropertyTerm for this entity.
- getSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getSeqNoPrimaryTermProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getSequenceNumber() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- getSettings() - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getSettings(boolean) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getSettings(GetIndicesSettingsRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getSettings(Function<GetIndicesSettingsRequest.Builder, ObjectBuilder<GetIndicesSettingsRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getSettings() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getSettings(boolean) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getSettings(HttpHeaders, GetSettingsRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getSettings(Consumer<GetSettingsRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetSettingsRequest
against the indices API.
- getSettings(GetSettingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetSettingsRequest
against the indices API.
- getSettings(HttpHeaders, GetSettingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetSettingsRequest
against the indices API.
- getSettings() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getSettings(GetSettingsRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getSettings() - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getSettings(boolean) - Method in class org.springframework.data.elasticsearch.core.AbstractIndexTemplate
-
- getSettings() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getSettings() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getSettings() - Method in class org.springframework.data.elasticsearch.core.IndexInformation
-
- getSettings() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Get the index settings.
- getSettings(boolean) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Get the index settings.
- getSettings() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
get the settings for the index
- getSettings(boolean) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
get the settings for the index
- getShardId() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
-
- getShardIndex() - Method in class org.springframework.data.elasticsearch.support.ScoreDoc
-
- getShards() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getShards() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getShouldStoreResult() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getSize() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getSize() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion
-
- getSlice() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getSlices() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getSlices() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getSocketTimeout() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
Returns the
socket timeout
which is typically applied as SO-timeout/read timeout.
- getSocketTimeout() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getSort() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getSort() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getSort() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getSort() - Method in class org.springframework.data.elasticsearch.core.suggest.response.TermSuggestion
-
- getSortValues() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
-
- getSortValues() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getSortValues() - Method in class org.springframework.data.elasticsearch.core.SearchHit
-
- getSource() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getSource() - Method in class org.springframework.data.elasticsearch.core.query.StringQuery
-
- getSource() - Method in class org.springframework.data.elasticsearch.core.query.StringQueryBuilder
-
- getSource() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getSource() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Script
-
- getSourceFilter() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getSourceFilter() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getSourceFilter() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get SourceFilter to be returned to get include and exclude source fields as part of search request.
- getSourceFilter() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Source
-
- getSslContext() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getStackTrace() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getState() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- getStatus() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getStatus() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getStatus() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
-
- getStatus() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getStatus() - Method in exception org.springframework.data.elasticsearch.RestStatusException
-
- getStatusCode() - Method in exception org.springframework.data.elasticsearch.UncategorizedElasticsearchException
-
- getStopWords() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getStoredFields() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getStoredFields() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get stored fields to be returned as part of search request
- getString(String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- getStringOrDefault(String, String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or defaultValue
if this document contains no
mapping for the key.
- getStringOrDefault(String, Supplier<String>) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getSubCriteria() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getSuggest() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getSuggest() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getSuggest() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getSuggest() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getSuggest() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getSuggestBuilder() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getSuggester() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQuery
-
- getSuggester() - Method in class org.springframework.data.elasticsearch.client.elc.NativeQueryBuilder
-
- getSuggestion(String) - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest
-
- getSuggestions() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest
-
- getSuppressed() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getTagsSchema() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightParameters
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getTaskMaxWaitingTimeMillis() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getTemplate(GetTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.IndicesTemplate
-
- getTemplate(GetTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getTemplate(Function<GetTemplateRequest.Builder, ObjectBuilder<GetTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getTemplate() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- getTemplate(GetTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveIndicesTemplate
-
- getTemplate(HttpHeaders, GetIndexTemplatesRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- getTemplate(Consumer<GetIndexTemplatesRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexTemplatesRequest
against the indices API.
- getTemplate(GetIndexTemplatesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexTemplatesRequest
against the indices API.
- getTemplate(HttpHeaders, GetIndexTemplatesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexTemplatesRequest
against the indices API.
- getTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
gets an index template using the legacy Elasticsearch interface.
- getTemplate(GetTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
gets an index template using the legacy Elasticsearch interface.
- getTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
gets an index template using the legacy Elasticsearch interface.
- getTemplate(GetTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
-
gets an index template using the legacy Elasticsearch interface.
- getTemplateData(GetIndexTemplatesResponse, String) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
-
- getTemplateName() - Method in class org.springframework.data.elasticsearch.core.index.DeleteTemplateRequest
-
- getTemplateName() - Method in class org.springframework.data.elasticsearch.core.index.ExistsTemplateRequest
-
- getTemplateName() - Method in class org.springframework.data.elasticsearch.core.index.GetTemplateRequest
-
- GetTemplateRequest - Class in org.springframework.data.elasticsearch.core.index
-
- GetTemplateRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.index.GetTemplateRequest
-
- getTemplates() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- getTemplates(GetIndexTemplatesRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getTerm() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getTerm() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getText() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry
-
- getText() - Method in class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion.Entry.Option
-
- getThrottledMillis() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
Number of milliseconds the request slept to conform to requests_per_second.
- getThrottledUntilMillis() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
This field should always be equal to zero in a _reindex response.
- getTimedOut() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
Did any of the sub-requests that were part of this request timeout?
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getTimeout() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get the query timeout.
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getTimestamp() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- getTook() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of milliseconds from start to end of the whole operation.
- getTook() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of milliseconds from start to end of the whole operation.
- getTopLeft() - Method in class org.springframework.data.elasticsearch.core.geo.GeoBox
-
- getTotal() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of documents that were successfully processed.
- getTotal() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of documents that were successfully processed.
- getTotalCount(SearchHits) - Static method in class org.springframework.data.elasticsearch.core.SearchHitsUtil
-
- getTotalHits() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getTotalHits() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getTotalHits() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getTotalHits() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getTotalHits() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getTotalHits() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
-
- getTotalHitsRelation() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getTotalHitsRelation() - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchHits
-
- getTotalHitsRelation() - Method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitsImpl
-
- getTotalHitsRelation() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- getTotalHitsRelation() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- getTotalHitsRelation() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
-
- getTrackScores() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getTrackScores() - Method in class org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
-
- getTrackScores() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get if scores will be computed and tracked, regardless of whether sorting on a field.
- getTrackTotalHits() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getTrackTotalHits() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- getTrackTotalHitsUpTo() - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- getTrackTotalHitsUpTo() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Gets the maximum value up to which total hits are tracked.
- getType() - Method in interface org.springframework.data.elasticsearch.core.geo.GeoJson
-
String value representing the type of the
GeoJson
object.
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
-
- getType() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
-
- getType() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
-
- getType() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
-
- getType() - Method in class org.springframework.data.elasticsearch.core.query.highlight.HighlightCommonParameters
-
- getType() - Method in class org.springframework.data.elasticsearch.core.query.HighlightQuery
-
- getType() - Method in class org.springframework.data.elasticsearch.core.query.ScriptData
-
- getType() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse.Failure
-
- getType() - Method in class org.springframework.data.elasticsearch.core.RuntimeField
-
- getType() - Method in class org.springframework.data.elasticsearch.ElasticsearchErrorCause
-
- getTypeKey() - Method in class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
-
- getTypeKey() - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
-
- getTypeMapper() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- getUnassignedShards() - Method in class org.springframework.data.elasticsearch.core.cluster.ClusterHealth
-
- getUnit() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getUnmappedType() - Method in class org.springframework.data.elasticsearch.core.query.Order
-
- getUpdated() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of documents that were successfully updated.
- getUpdated() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of documents that were successfully updated.
- getUpperBound() - Method in class org.springframework.data.elasticsearch.core.Range
-
- getUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getUsername() - Method in class org.springframework.data.elasticsearch.core.reindex.Remote
-
- getValue() - Method in class org.springframework.data.elasticsearch.core.ActiveShardCount
-
- getValue() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
-
- getValue() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- getValue() - Method in class org.springframework.data.elasticsearch.core.Range.Bound
-
- getValues() - Method in interface org.springframework.data.elasticsearch.repository.query.ElasticsearchParameterAccessor
-
Returns the raw parameter values of the underlying query method.
- getVendor() - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- getVendor() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- getVendor() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- getVendor() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- getVendor() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- getVendor() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- getVersion() - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
-
- getVersion() - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Retrieve the version associated with this
Document
.
- getVersion() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- getVersion() - Method in interface org.springframework.data.elasticsearch.core.EntityOperations.AdaptableEntity
-
Returns the current version value if the entity has a version property.
- getVersion() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
-
- getVersion() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData
-
- getVersion() - Method in class org.springframework.data.elasticsearch.core.IndexedObjectInformation
-
- getVersion() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getVersion(T) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
-
- getVersion(T) - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
-
- getVersionConflicts() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
-
The number of version conflicts that the update by query hit.
- getVersionConflicts() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexResponse
-
The number of version conflicts that the update by query hit.
- getVersionProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getVersionType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getVersionType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getVersionType() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Dest
-
- getVersionType() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
-
- getVersionType() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
-
- getWaitForActiveShards() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getWaitForActiveShards() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getWaitForActiveShards() - Method in class org.springframework.data.elasticsearch.core.reindex.ReindexRequest
-
- getWebClient() - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
- getWebClient(HostProvider.Verification) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
Get the
WebClient
connecting to an active host.
- getWebClientConfigurer() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- getWebClientProvider(ClientConfiguration) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getWeight() - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- getWindowSize() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
-
- getWriteIndex() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
-
- getWriteTypeHints() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity.ContextConfiguration
-
- getX() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
-
- getY() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
-
- greaterThan(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- greaterThanEqual(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- GT_FIELD - Static variable in class org.springframework.data.elasticsearch.core.convert.AbstractRangePropertyValueConverter
-
- GTE_FIELD - Static variable in class org.springframework.data.elasticsearch.core.convert.AbstractRangePropertyValueConverter
-
- save(T) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(Iterable<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(Iterable<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T...) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- save(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- save(T) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Saves an entity to the index specified in the entity's Document annotation
- save(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Saves an entity to the index specified in the entity's Document annotation
- save(Iterable<T>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the index retrieved from the entities' Document annotation
- save(Iterable<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the given index
- save(T...) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the index retrieved from the entities' Document annotation
- save(Mono<? extends T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the given entity, once available, extracting index from entity metadata.
- save(Mono<? extends T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the entity, once available, under the given type in the given index.
- save(T) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the given entity extracting index from entity metadata.
- save(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the entity under the given type in the given index.
- save(S) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- save(List<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- save(S) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- saveAll(Mono<? extends Collection<? extends T>>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- saveAll(Iterable<T>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities the index extracted from entity metadata.
- saveAll(Iterable<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the index extracted from entity metadata.
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- saveAll(Publisher<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- scanForEntities(String) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
Scans the given base package for entities, i.e.
- ScoreDoc - Class in org.springframework.data.elasticsearch.support
-
- ScoreDoc(float, int, int) - Constructor for class org.springframework.data.elasticsearch.support.ScoreDoc
-
- script() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
-
- ScriptData - Class in org.springframework.data.elasticsearch.core.query
-
value class combining script information.
- ScriptData(ScriptType, String, String, String, Map<String, Object>) - Constructor for class org.springframework.data.elasticsearch.core.query.ScriptData
-
- ScriptedField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- ScriptedField - Class in org.springframework.data.elasticsearch.core.query
-
- ScriptedField(String, ScriptData) - Constructor for class org.springframework.data.elasticsearch.core.query.ScriptedField
-
- ScriptField - Class in org.springframework.data.elasticsearch.core.query
-
- ScriptField(String, Script) - Constructor for class org.springframework.data.elasticsearch.core.query.ScriptField
-
- ScriptType - Enum in org.springframework.data.elasticsearch.core
-
Define script types for update queries.
- scroll(ScrollRequest, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- scroll(Function<ScrollRequest.Builder, ObjectBuilder<ScrollRequest>>, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- scroll(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- scroll(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search scroll API.
- scroll(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search scroll API.
- scroll() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- ScrollState - Class in org.springframework.data.elasticsearch.client.util
-
Mutable state object holding scrollId to be used for scroll requests.
- ScrollState() - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
-
- ScrollState(String) - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
-
- scrollTime - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- search(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- search(SearchRequest, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- search(Function<SearchRequest.Builder, ObjectBuilder<SearchRequest>>, Class<T>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient
-
- search(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- search(Consumer<SearchRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a SearchRequest
against the search API.
- search(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- search(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- search() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- search(SearchRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- search(MoreLikeThisQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- search(MoreLikeThisQuery, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- search(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- search(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- search(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- search(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- search(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the criteria query against elasticsearch and return result as
SearchHits
- search(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the criteria query against elasticsearch and return result as
SearchHits
- search(MoreLikeThisQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
more like this query to search for documents that are "like" a specific document.
- search(MoreLikeThisQuery, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
more like this query to search for documents that are "like" a specific document.
- searchAfter - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SearchDocument - Interface in org.springframework.data.elasticsearch.core.document
-
Extension to
Document
exposing search response related data.
- SearchDocumentAdapter - Class in org.springframework.data.elasticsearch.core.document
-
- SearchDocumentAdapter(Document, float, Object[], Map<String, List<Object>>, Map<String, List<String>>, Map<String, SearchDocumentResponse>, NestedMetaData, Explanation, List<String>, String) - Constructor for class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- SearchDocumentResponse - Class in org.springframework.data.elasticsearch.core.document
-
This represents the complete search response from Elasticsearch, including the returned documents.
- SearchDocumentResponse(long, String, float, String, List<SearchDocument>, AggregationsContainer<?>, Suggest) - Constructor for class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- SearchDocumentResponse.EntityCreator<T> - Interface in org.springframework.data.elasticsearch.core.document
-
- SearchDocumentResponseBuilder - Class in org.springframework.data.elasticsearch.core.document
-
- SearchDocumentResponseBuilder() - Constructor for class org.springframework.data.elasticsearch.core.document.SearchDocumentResponseBuilder
-
- searchForHits(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- searchForHits(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- searchForHits(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForPage(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForResponse(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- searchForResponse(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API returning the whole response in one Mono.
- searchForResponse(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API returning the whole response in one Mono.
- searchForStream(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- SearchHit<T> - Class in org.springframework.data.elasticsearch.core
-
Encapsulates the found data with additional information from the search.
- SearchHit(String, String, String, float, Object[], Map<String, List<String>>, T) - Constructor for class org.springframework.data.elasticsearch.core.SearchHit
-
- SearchHit(String, String, String, float, Object[], Map<String, List<String>>, Map<String, SearchHits<?>>, NestedMetaData, Explanation, List<String>, T) - Constructor for class org.springframework.data.elasticsearch.core.SearchHit
-
- SearchHitMapping<T> - Class in org.springframework.data.elasticsearch.core
-
- SearchHits<T> - Interface in org.springframework.data.elasticsearch.core
-
Encapsulates a list of
SearchHit
s with additional information from the search.
- searchHitsFor(SearchHits<T>) - Static method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitSupport
-
- SearchHitsImpl<T> - Class in org.springframework.data.elasticsearch.core
-
- SearchHitsImpl(long, TotalHitsRelation, float, String, List<? extends SearchHit<T>>, AggregationsContainer<?>, Suggest) - Constructor for class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- SearchHitsIterator<T> - Interface in org.springframework.data.elasticsearch.core
-
- SearchHitSupport - Class in org.springframework.data.elasticsearch.core
-
Utility class with helper methods for working with
SearchHit
.
- SearchHitsUtil - Class in org.springframework.data.elasticsearch.core
-
Utility class to prevent leaking of Lucene API into Spring Data Elasticsearch.
- searchOne(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the query against elasticsearch and return the first returned object.
- searchOne(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the query against elasticsearch and return the first returned object.
- SearchOperations - Interface in org.springframework.data.elasticsearch.core
-
- SearchPage<T> - Interface in org.springframework.data.elasticsearch.core
-
Page definition for repositories that need to return a paged SearchHits.
- searchPageFor(SearchHits<T>, Pageable) - Static method in class org.springframework.data.elasticsearch.core.SearchHitSupport
-
- searchScroll(SearchScrollRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- searchScrollClear(String) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- SearchScrollHits<T> - Interface in org.springframework.data.elasticsearch.core
-
This interface is used to expose the current scrollId
from the underlying scroll context.
- searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- searchSimilar(T, String[], Pageable) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
Search for similar entities using a morelikethis query
- searchSimilar(T, String[], Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- searchTemplate(HttpHeaders, SearchTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- searchTemplate(Consumer<SearchTemplateRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate(SearchTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate(HttpHeaders, SearchTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- searchTemplate(SearchTemplateRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- searchType - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- segments(SegmentsRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- segments(Function<SegmentsRequest.Builder, ObjectBuilder<SegmentsRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- segments() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- SeqNoPrimaryTerm - Class in org.springframework.data.elasticsearch.core.query
-
A container for seq_no and primary_term values.
- SeqNoPrimaryTerm(long, long) - Constructor for class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
Creates an instance of SeqNoPrimaryTerm with the given seq_no and primary_term.
- setAggregations(List<AbstractAggregationBuilder<?>>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- setBoostTerms(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setCollapseBuilder(CollapseBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setContexts(Map<String, List<String>>) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setConversions(CustomConversions) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- setExplain(boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
Configures the
FieldNamingStrategy
to be used to determine the field name if no manual mapping is applied.
- setFields(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setFields(List<String>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Set fields to be returned as part of search request
- setFieldType(FieldType) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- setFieldType(FieldType) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setHeadersSupplier(Supplier<HttpHeaders>) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- setHighlightQuery(HighlightQuery) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setHighlightQuery(HighlightQuery) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setHosts(String) - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- setId(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setIds(Collection<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Set Ids for a multi-get request with on this query.
- setIdsWithRouting(List<Query.IdWithRouting>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Set Ids with routing values for a multi-get request set on this query.
- setIndex(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Sets the index name for this document
- setIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setIndicesOptions(IndicesOptions) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setIndicesOptions(IndicesOptions) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Set the default IndicesOptions
for search requests
.
- setInput(String[]) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- setMaxDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMaxQueryTerms(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMaxResults(Integer) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setMaxWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinScore(float) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setMinTermFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setName(String) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- setName(String) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setObject(Object) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setOpType(IndexQuery.OpType) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setPageable(Pageable) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
restrict result to entries on given page.
- setParent(ID) - Method in class org.springframework.data.elasticsearch.core.join.JoinField
-
- setParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setPath(String) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
Sets the path if this field has a multi-part name that should be used in a nested query.
- setPath(String) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setPercentTermsToMatch(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setPipelineAggregations(List<PipelineAggregationBuilder>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setPreference(String) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setPreference(String) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Add preference filter to be added as part of search request
- setPrimaryTerm(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setPrimaryTerm(long) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- setPrimaryTerm(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setQueryIsUpdatedByConverter(boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
used internally.
- setReactiveElasticsearchOperations(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
Set the default
RefreshPolicy
to apply when writing to Elasticsearch.
- setRequestCache(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRequestCache(Boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
sets the request_cache value for the query.
- setRescorerQueries(List<RescorerQuery>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRescorerQueries(List<RescorerQuery>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setRoute(String) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setScriptFields(List<ScriptField>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setScrollTime(Duration) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setScrollTime(Duration) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
For queries that are used in delete request, these are internally handled by Elasticsearch as scroll/bulk delete
queries.
- setSearchAfter(List<Object>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setSearchAfter(List<Object>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Sets the setSearchAfter objects for this query.
- setSearchExtBuilders(List<SearchExtBuilder>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setSearchTemplate(SearchTemplateRequestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setSearchType(Query.SearchType) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setSeqNo(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setSeqNo(long) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- setSeqNo(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setStoredFields(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setStoredFields(List<String>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Set stored fields to be returned as part of search request
- setSuggestBuilder(SuggestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setTimeout(Duration) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
set the query timeout
- Setting - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Elasticsearch Setting
- Setting.SortMissing - Enum in org.springframework.data.elasticsearch.annotations
-
- Setting.SortMode - Enum in org.springframework.data.elasticsearch.annotations
-
- Setting.SortOrder - Enum in org.springframework.data.elasticsearch.annotations
-
- settingPath() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- settingPath() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- Settings - Class in org.springframework.data.elasticsearch.core.index
-
class defining the settings for an index.
- Settings() - Constructor for class org.springframework.data.elasticsearch.core.index.Settings
-
- Settings(Map<String, Object>) - Constructor for class org.springframework.data.elasticsearch.core.index.Settings
-
- setTrackScores(boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Configures whether to track scores.
- setTrackTotalHits(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setTrackTotalHits(Boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setTrackTotalHitsUpTo(Integer) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setTrackTotalHitsUpTo(Integer) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Sets the maximum value up to which total hits are tracked.
- setValue(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- setVersion(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setVersion(long) - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- setVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setWeight(Integer) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setWriteTypeHints(boolean) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
Sets the flag if type hints should be written in Entities created by this instance.
- shardStores(ShardStoresRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- shardStores(Function<ShardStoresRequest.Builder, ObjectBuilder<ShardStoresRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- shardStores() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- shouldGenerateId() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
-
- shrink(ShrinkRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- shrink(Function<ShrinkRequest.Builder, ObjectBuilder<ShrinkRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- Similarity - Enum in org.springframework.data.elasticsearch.annotations
-
- SimpleElasticsearchEntityMetadata<T> - Class in org.springframework.data.elasticsearch.repository.query
-
- SimpleElasticsearchEntityMetadata(Class<T>, ElasticsearchPersistentEntity<?>) - Constructor for class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- SimpleElasticsearchMappingContext - Class in org.springframework.data.elasticsearch.core.mapping
-
SimpleElasticsearchMappingContext
- SimpleElasticsearchMappingContext() - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- SimpleElasticsearchPersistentEntity<T> - Class in org.springframework.data.elasticsearch.core.mapping
-
- SimpleElasticsearchPersistentEntity(TypeInformation<T>, SimpleElasticsearchPersistentEntity.ContextConfiguration) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- SimpleElasticsearchPersistentEntity.ContextConfiguration - Class in org.springframework.data.elasticsearch.core.mapping
-
- SimpleElasticsearchPersistentProperty - Class in org.springframework.data.elasticsearch.core.mapping
-
- SimpleElasticsearchPersistentProperty(Property, PersistentEntity<?, ElasticsearchPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- SimpleElasticsearchRepository<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
-
Elasticsearch specific repository implementation.
- SimpleElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- SimpleElasticsearchRepository.OperationsCallback<R> - Interface in org.springframework.data.elasticsearch.repository.support
-
- SimpleField - Class in org.springframework.data.elasticsearch.core.query
-
The most trivial implementation of a Field.
- SimpleField(String) - Constructor for class org.springframework.data.elasticsearch.core.query.SimpleField
-
- SimpleReactiveElasticsearchRepository<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
-
- SimpleReactiveElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ReactiveElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- simulateIndexTemplate(SimulateIndexTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- simulateIndexTemplate(Function<SimulateIndexTemplateRequest.Builder, ObjectBuilder<SimulateIndexTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- simulateTemplate(SimulateTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- simulateTemplate(Function<SimulateTemplateRequest.Builder, ObjectBuilder<SimulateTemplateRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- simulateTemplate() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- size() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- size() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- sort - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SortBy - Enum in org.springframework.data.elasticsearch.core.suggest.response
-
- sourceExists(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- sourceFilter - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SourceFilter - Interface in org.springframework.data.elasticsearch.core.query
-
SourceFilter for providing includes and excludes.
- split(SplitRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- split(Function<SplitRequest.Builder, ObjectBuilder<SplitRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- startsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- stats(IndicesStatsRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- stats(Function<IndicesStatsRequest.Builder, ObjectBuilder<IndicesStatsRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- stats() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- status() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- status() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
- storedFields - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- storedFields - Variable in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
-
- storeNullValue() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
- storeNullValue() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- STRICT_EXPAND_OPEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_CLOSED_HIDDEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_FORBID_CLOSED_IGNORE_THROTTLED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_HIDDEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_HIDDEN_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_SINGLE_INDEX_NO_EXPAND_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- stringIdRepresentation(Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
gets the String representation for an id.
- stringIdRepresentation(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- StringObjectMap<M extends StringObjectMap<M>> - Interface in org.springframework.data.elasticsearch.support
-
Defines an interface for a Map<String, Object> with additional convenience methods.
- StringQuery - Class in org.springframework.data.elasticsearch.core.query
-
StringQuery
- StringQuery(String) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQuery(String, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQuery(String, Pageable, Sort) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQuery(StringQueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
-
- StringQueryBuilder(String) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQueryBuilder
-
- StringQueryUtil - Class in org.springframework.data.elasticsearch.repository.support
-
- StringQueryUtil(ConversionService) - Constructor for class org.springframework.data.elasticsearch.repository.support.StringQueryUtil
-
- subCriteria(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
adds a Criteria as subCriteria
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate
-
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- submitReindex(HttpHeaders, ReindexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- submitReindex(Consumer<ReindexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex(HttpHeaders, ReindexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- submitReindex(ReindexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Submits a reindex task.
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Submits a reindex task.
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchTemplate
-
- suggest(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- suggest(Consumer<SearchRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- suggest(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
Deprecated.
- suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Deprecated.
- suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Deprecated.
- suggest(SuggestBuilder, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- suggest(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Does a suggest query.
- suggest(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Does a suggest query.
- suggest(SuggestBuilder, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- Suggest - Class in org.springframework.data.elasticsearch.core.suggest.response
-
Class structure mirroring the Elasticsearch classes for a suggest response.
- Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>, boolean) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.Suggest
-
- Suggest.Suggestion<E extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggest.Suggestion.Entry.Option - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggestion(String, int, List<E>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion
-
- validateQuery(ValidateQueryRequest) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- validateQuery(Function<ValidateQueryRequest.Builder, ObjectBuilder<ValidateQueryRequest>>) - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- validateQuery() - Method in class org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchIndicesClient
-
- ValueConverter - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Annotation to put on a property of an entity to define a value converter which can convert the property to a type
that Elasticsearch understands and back.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContext.ContextMappingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Document.VersionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Dynamic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.DynamicMappingValue
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.GeoShapeField.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.IndexOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Mapping.Detection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.NullValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMissing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Similarity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.TermVector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.WriteTypeHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.client.ElasticsearchHost.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonGeometryCollectionToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonLineStringToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiLineStringToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPolygonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPolygonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonGeometryCollectionConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonLineStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiLineStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPolygonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPolygonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.PointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.GeoDistanceOrder.DistanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.WildcardStates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Order.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Query.SearchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.RescorerQuery.ScoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.UpdateResponse.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.RefreshPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.ScriptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.suggest.response.SortBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.TotalHitsRelation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContext.ContextMappingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContextType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Document.VersionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Dynamic
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.DynamicMappingValue
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.GeoShapeField.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.IndexOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Mapping.Detection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.NullValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMissing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Similarity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.TermVector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.WriteTypeHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.client.ElasticsearchHost.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonGeometryCollectionToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonLineStringToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiLineStringToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPolygonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPolygonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonGeometryCollectionConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonLineStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiLineStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPolygonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPolygonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.PointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentAdapter
-
- values() - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.GeoDistanceOrder.DistanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.WildcardStates
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Order.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Query.SearchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.RescorerQuery.ScoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.UpdateResponse.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.RefreshPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.ScriptType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.suggest.response.SortBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.TotalHitsRelation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- verifyCountQueryTypes() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- verifyCountQueryTypes() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
-
- Version - Class in org.springframework.data.elasticsearch.support
-
A version defined by 3 parts: major minor and revision number.
- Version(int, int, int) - Constructor for class org.springframework.data.elasticsearch.support.Version
-
- VERSION_ELASTICSEARCH_CLIENT - Static variable in class org.springframework.data.elasticsearch.support.VersionInfo
-
- VERSION_SPRING_DATA_ELASTICSEARCH - Static variable in class org.springframework.data.elasticsearch.support.VersionInfo
-
- VersionInfo - Class in org.springframework.data.elasticsearch.support
-
This class is used to log the versions of Spring Data Elasticsearch, the Elasticsearch client libs used to built, the
Elasticsearch client libs currently used and of the Elasticsearch cluster.
- versionProperties() - Static method in class org.springframework.data.elasticsearch.support.VersionInfo
-