Skip navigation links
Spring Data Elasticsearch
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractElasticsearchConfiguration - Class in org.springframework.data.elasticsearch.config
 
AbstractElasticsearchConfiguration() - Constructor for class org.springframework.data.elasticsearch.config.AbstractElasticsearchConfiguration
 
AbstractElasticsearchRepository<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
Deprecated.
since 4.1, derive from SimpleElasticsearchRepository instead
AbstractElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
Deprecated.
 
AbstractElasticsearchRepositoryQuery - Class in org.springframework.data.elasticsearch.repository.query
AbstractElasticsearchRepositoryQuery
AbstractElasticsearchRepositoryQuery(ElasticsearchQueryMethod, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
AbstractElasticsearchTemplate - Class in org.springframework.data.elasticsearch.core
AbstractElasticsearchTemplate
AbstractElasticsearchTemplate() - Constructor for class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
AbstractElasticsearchTemplate.DocumentCallback<T> - Interface in org.springframework.data.elasticsearch.core
 
AbstractElasticsearchTemplate.ReadDocumentCallback<T> - Class in org.springframework.data.elasticsearch.core
 
AbstractElasticsearchTemplate.ReadSearchDocumentResponseCallback<T> - Class in org.springframework.data.elasticsearch.core
 
AbstractElasticsearchTemplate.ReadSearchScrollDocumentResponseCallback<T> - Class in org.springframework.data.elasticsearch.core
 
AbstractElasticsearchTemplate.SearchDocumentResponseCallback<T> - Interface in org.springframework.data.elasticsearch.core
 
AbstractReactiveElasticsearchConfiguration - Class in org.springframework.data.elasticsearch.config
 
AbstractReactiveElasticsearchConfiguration() - Constructor for class org.springframework.data.elasticsearch.config.AbstractReactiveElasticsearchConfiguration
 
Add(AliasActionParameters) - Constructor for class org.springframework.data.elasticsearch.core.index.AliasAction.Add
 
add(AliasAction...) - Method in class org.springframework.data.elasticsearch.core.index.AliasActions
Adds AliasAction elements to this AliasActions
addAggregation(AbstractAggregationBuilder<?>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
addAggregation(AbstractAggregationBuilder<?>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
addAlias(AliasQuery) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Deprecated.
addCriteria(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
addCustomTypeKeyIfNecessary(Object, Map<String, Object>, TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Adds custom typeInformation information to the given Map if necessary.
addFields(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addFields(String...) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add fields to be added as part of search request
addPersistentProperty(ElasticsearchPersistentProperty) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
addRescorerQuery(RescorerQuery) - Method in interface org.springframework.data.elasticsearch.core.query.Query
addScriptField(ScriptField...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
addSearchIndices(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addSearchTypes(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addSort(Sort) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add Sort to query
addSourceFilter(SourceFilter) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add source filter to be added as part of search request
addStopWords(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
AfterConvertCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Callback being invoked after a domain object is materialized from a Document when reading results.
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
 
AfterSaveCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Entity callback triggered after save of an entity.
aggregate(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
aggregate(Consumer<SearchRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given SearchRequest with aggregations against the search API.
aggregate(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given SearchRequest with aggregations against the search API.
aggregate(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given SearchRequest with aggregations against the search API.
aggregate(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
aggregate(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
aggregate(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
Perform an aggregation specified by the given query.
aggregate(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
Perform an aggregation specified by the given query.
alias(AliasActions) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Executes the given AliasActions.
alias(AliasActions) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Executes the given AliasActions.
AliasAction - Class in org.springframework.data.elasticsearch.core.index
A single action to be contained in AliasActions.
AliasAction(AliasActionParameters) - Constructor for class org.springframework.data.elasticsearch.core.index.AliasAction
 
AliasAction.Add - Class in org.springframework.data.elasticsearch.core.index
AliasAction to add an alias.
AliasAction.Remove - Class in org.springframework.data.elasticsearch.core.index
AliasAction to remove an alias.
AliasAction.RemoveIndex - Class in org.springframework.data.elasticsearch.core.index
AliasAction to remove an index.
AliasActionParameters - Class in org.springframework.data.elasticsearch.core.index
Value class capturing the arguments for an AliasAction.
AliasActionParameters.Builder - Class in org.springframework.data.elasticsearch.core.index
 
AliasActions - Class in org.springframework.data.elasticsearch.core.index
Class to define to actions to execute in alias management functions.
AliasActions(AliasAction...) - Constructor for class org.springframework.data.elasticsearch.core.index.AliasActions
Creates an AliasActions object with the passed in action elements.
AliasBuilder - Class in org.springframework.data.elasticsearch.core.query
Deprecated.
AliasBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
AliasData - Class in org.springframework.data.elasticsearch.core.index
value object to describe alias information.
aliasDatas(Map<String, Set<AliasMetadata>>) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
 
AliasQuery - Class in org.springframework.data.elasticsearch.core.query
Deprecated.
AliasQuery(String) - Constructor for class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
analyze(AnalyzeRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
and() - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
 
and(Field) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a new and-Criteria
and(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a new and- Criteria
and(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a Criteria to this object.
and(Criteria...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain an array of Criteria to this object.
and(Part, CriteriaQuery, Iterator<Object>) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
append(String, Object) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
Map.put(Object, Object) the key/value tuple and return this object.
AuditingEntityCallback - Class in org.springframework.data.elasticsearch.core.event
EntityCallback to populate auditing related fields on an entity about to be saved.
AuditingEntityCallback(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.elasticsearch.core.event.AuditingEntityCallback
Creates a new AuditingEntityCallback using the given IsNewAwareAuditingHandler provided by the given ObjectFactory.

B

BeforeConvertCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Callback being invoked before a domain object is converted to be persisted.
between(Object, Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a OperationKey.BETWEEN entry to the Criteria.queryCriteriaEntries.
boost(float) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Sets the boost factor.
boundedBy(GeoBox) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for location GeoBox bounding box
boundedBy(Box) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for location Box bounding box
boundedBy(String, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for bounding box created from points
boundedBy(GeoPoint, GeoPoint) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for bounding box created from points
boundedBy(Point, Point) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for bounding box created from points
build() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Build the ClientConfiguration object.
build() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
build() - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
build() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
buildClient() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
buildClient() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
builder() - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Creates a new ClientConfigurationBuilder instance.
builder() - Static method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
 
builder(String, String...) - Static method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest
 
builder() - Static method in class org.springframework.data.elasticsearch.core.index.TemplateData
 
builder() - Static method in class org.springframework.data.elasticsearch.core.query.BulkOptions
builder() - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
builder() - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
builder() - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
builder(String) - Static method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
builder(Query) - Static method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
builderForTemplate() - Static method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
a Builder to create AliasActionParameters to be used when creating index templates.
buildPropertyMapping(Class<?>) - Method in class org.springframework.data.elasticsearch.core.index.MappingBuilder
builds the Elasticsearch mapping for the given clazz.
bulk(HttpHeaders, BulkRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
bulk(Consumer<BulkRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a BulkRequest against the bulk API.
bulk(BulkRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a BulkRequest against the bulk API.
bulk(HttpHeaders, BulkRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a BulkRequest against the bulk API.
bulk() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
bulk(BulkRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
BulkFailureException - Exception in org.springframework.data.elasticsearch
 
BulkFailureException(String, Map<String, String>) - Constructor for exception org.springframework.data.elasticsearch.BulkFailureException
 
bulkIndex(List<IndexQuery>, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
bulkIndex(List<IndexQuery>, BulkOptions, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
bulkIndex(List<IndexQuery>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
bulkIndex(List<IndexQuery>, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk index all objects.
bulkIndex(List<IndexQuery>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk index all objects.
bulkIndex(List<IndexQuery>, BulkOptions, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk index all objects.
bulkIndex(List<IndexQuery>, BulkOptions, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk index all objects.
bulkOperation(List<?>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
BulkOptions - Class in org.springframework.data.elasticsearch.core.query
BulkOptions.BulkOptionsBuilder - Class in org.springframework.data.elasticsearch.core.query
Builder for BulkOptions.
bulkUpdate(List<UpdateQuery>, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
bulkUpdate(List<UpdateQuery>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>, BulkOptions, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
bulkUpdate(List<UpdateQuery>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
bulkUpdate(List<UpdateQuery>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>, BulkOptions, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
ByQueryResponse - Class in org.springframework.data.elasticsearch.core.query
Response of an update by query operation.
ByQueryResponse.ByQueryResponseBuilder - Class in org.springframework.data.elasticsearch.core.query
 
ByQueryResponse.Failure - Class in org.springframework.data.elasticsearch.core.query
 
ByQueryResponse.Failure.FailureBuilder - Class in org.springframework.data.elasticsearch.core.query
ByQueryResponse.SearchFailure - Class in org.springframework.data.elasticsearch.core.query
 
ByQueryResponse.SearchFailure.SearchFailureBuilder - Class in org.springframework.data.elasticsearch.core.query

C

checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
clear() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
clearScroll() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
clearScroll(ClearScrollRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
ClientConfiguration - Interface in org.springframework.data.elasticsearch.client
Configuration interface exposing common client configuration properties for Elasticsearch clients.
ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint - Interface in org.springframework.data.elasticsearch.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.
close() - Method in interface org.springframework.data.elasticsearch.client.RestClients.ElasticsearchRestClient
 
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.
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
 
complete(CriteriaQuery, Sort) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
Completion - Class in org.springframework.data.elasticsearch.core.completion
Based on the reference doc - https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
Completion(String[]) - Constructor for class org.springframework.data.elasticsearch.core.completion.Completion
 
Completion(List<String>) - Constructor for class org.springframework.data.elasticsearch.core.completion.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
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
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
Add a Criteria.OperationKey.CONTAINS entry to the Criteria.queryCriteriaEntries
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
contains(GeoJson<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for GEO_CONTAINS.
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.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(Date) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JavaDateConverter
Deprecated.
 
convert(ReadableInstant) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
Deprecated.
 
convert(LocalDateTime) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Deprecated.
 
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
 
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.
ConvertingParameterAccessor - Class in org.springframework.data.elasticsearch.repository.query
 
ConvertingParameterAccessor(ElasticsearchConverter, ElasticsearchParameterAccessor) - Constructor for class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
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<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
count(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
count(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
count(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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
Creates a new ClientConfiguration instance configured to a single host given hostAndPort.
create(InetSocketAddress) - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Creates a new ClientConfiguration instance configured to a single host given InetSocketAddress.
create(HttpHeaders, String...) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
Create a new DefaultReactiveElasticsearchClient aware of the given nodes in the cluster.
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
Creates a new WebClientProvider using the given scheme and a default ClientHttpConnector.
create(String, ClientHttpConnector) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Creates a new WebClientProvider given scheme and ClientHttpConnector.
create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.RestClients
Start here to create a new client tailored to your needs.
create(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Static method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
Creates a new default ElasticsearchTypeMapper.
create() - Static method in interface org.springframework.data.elasticsearch.core.document.Document
Create a new mutable 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
 
createCollection(Collection<?>, ElasticsearchPersistentProperty) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Writes the given Collection using the given ElasticsearchPersistentProperty information.
createContentType(XContentType) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
Returns a ContentType from a given XContentType.
createElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
createFrom(List<ElasticsearchParameters.ElasticsearchParameter>) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchParameters
 
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
Deprecated.
since 4.2
createIndex(CreateIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
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
 
createMap(Map<?, ?>, ElasticsearchPersistentProperty) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Writes the given Map using the given ElasticsearchPersistentProperty information.
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(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
 
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 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
Creates a WebClient for endpoint.
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
 
CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.elasticsearch.core.query.Criteria
Deprecated.
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(Criteria) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
CriteriaQuery(Criteria, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
CustomGeoModule - Class in org.springframework.data.elasticsearch.core.geo
Deprecated.
since 4.1, not used anymore
CustomGeoModule() - Constructor for class org.springframework.data.elasticsearch.core.geo.CustomGeoModule
Deprecated.
Creates a new CustomGeoModule registering serializers and deserializers for spring data commons geo-spatial types.

D

DateFormat - Enum in org.springframework.data.elasticsearch.annotations
Values based on reference doc - https://www.elastic.co/guide/reference/mapping/date-format/.
DateFormatter - Interface in org.springframework.data.elasticsearch.core.convert
Interface to convert from and to TemporalAccessors.
DateTimeConverters - Class in org.springframework.data.elasticsearch.core.convert
DateTimeConverters
DateTimeConverters() - Constructor for class org.springframework.data.elasticsearch.core.convert.DateTimeConverters
 
DateTimeConverters.JavaDateConverter - Enum in org.springframework.data.elasticsearch.core.convert
Deprecated.
since 4.1
DateTimeConverters.JodaDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
Deprecated.
since 4.1
DateTimeConverters.JodaLocalDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
Deprecated.
since 4.1
DEFAULT_PAGE - Static variable in interface org.springframework.data.elasticsearch.core.query.Query
 
DEFAULT_PAGE_SIZE - Static variable in interface org.springframework.data.elasticsearch.core.query.Query
 
DEFAULT_PORT - Static variable in class org.springframework.data.elasticsearch.client.ElasticsearchHost
Default HTTP port for Elasticsearch servers.
DEFAULT_STREAM_BATCH_SIZE - Static variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
DEFAULT_TYPE_KEY - Static variable in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
 
DefaultElasticsearchTypeMapper - Class in org.springframework.data.elasticsearch.core.convert
Elasticsearch specific TypeMapper implementation.
DefaultElasticsearchTypeMapper(String) - Constructor for class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
 
DefaultElasticsearchTypeMapper(String, MappingContext<? extends PersistentEntity<?, ?>, ?>) - Constructor for class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
 
DefaultElasticsearchTypeMapper(String, List<? extends TypeInformationMapper>) - Constructor for class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
 
DefaultElasticsearchTypeMapper(String, TypeAliasAccessor<Map<String, Object>>, MappingContext<? extends PersistentEntity<?, ?>, ?>, List<? extends TypeInformationMapper>) - Constructor for class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
 
DefaultElasticsearchTypeMapper.MapTypeAliasAccessor - Class in org.springframework.data.elasticsearch.core.convert
TypeAliasAccessor to store aliases in a Map.
defaultOptions() - Static method in class org.springframework.data.elasticsearch.core.query.BulkOptions
Return default BulkOptions.
DefaultReactiveElasticsearchClient - Class in org.springframework.data.elasticsearch.client.reactive
A WebClient based ReactiveElasticsearchClient that connects to an Elasticsearch cluster using HTTP.
DefaultReactiveElasticsearchClient(HostProvider<?>) - Constructor for class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
Create a new DefaultReactiveElasticsearchClient using the given HostProvider to obtain server connections.
DefaultReactiveElasticsearchClient(HostProvider<?>, RequestCreator) - Constructor for class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
Create a new DefaultReactiveElasticsearchClient using the given HostProvider to obtain server connections and the given RequestCreator.
DefaultRoutingResolver - Class in org.springframework.data.elasticsearch.core.routing
Default implementation of the RoutingResolver interface.
DefaultRoutingResolver(MappingContext<? extends ElasticsearchPersistentEntity, ? extends ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.routing.DefaultRoutingResolver
 
DefaultStringObjectMap<T extends StringObjectMap<T>> - Class in org.springframework.data.elasticsearch.support
 
DefaultStringObjectMap() - Constructor for class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
DefaultStringObjectMap(Map<String, ? extends Object>) - Constructor for class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
delete(HttpHeaders, DeleteRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
delete(Consumer<DeleteRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a DeleteRequest against the delete API to remove a document.
delete(DeleteRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given DeleteRequest against the delete API to remove a document.
delete(HttpHeaders, DeleteRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given DeleteRequest against the delete API to remove a document.
delete() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
delete(DeleteRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
delete(String, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
delete(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
delete(Object) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
delete(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
delete(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
delete(String, String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
Deprecated.
delete(String, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Delete the one object with provided id.
delete(String, String, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
delete(String, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Delete the one object with provided id.
delete(Object) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Deletes the given entity
delete(Object, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Deletes the given entity
delete(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Delete all records matching the query.
delete(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Delete all records matching the query.
delete(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
delete(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
delete(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
delete() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Deletes the index this IndexOperations is bound to
delete(Object) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the given entity extracting index from entity metadata.
delete(Object, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the given entity extracting index from entity metadata.
delete(String, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the entity with given id.
delete(String, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the entity with given id extracting index from entity metadata.
delete(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the documents matching the given Query extracting index from entity metadata.
delete(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Delete the documents matching the given Query extracting index from entity metadata.
delete(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete(Object) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete(String, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
delete() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Delete an index.
delete(T) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
delete(T) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
deleteAll() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteAll() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteBy(HttpHeaders, DeleteByQueryRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
deleteBy(Consumer<DeleteByQueryRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a DeleteByQueryRequest against the delete by query API.
deleteBy(DeleteByQueryRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a DeleteByQueryRequest against the delete by query API.
deleteBy(HttpHeaders, DeleteByQueryRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a DeleteByQueryRequest against the delete by query API.
deleteById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
deleteById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteById(Publisher<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
deleteByQuery() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
deleteByQuery(DeleteByQueryRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
deleteIndex(HttpHeaders, DeleteIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
deleteIndex(Consumer<DeleteIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexRequest against the indices API.
deleteIndex(DeleteIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexRequest against the indices API.
deleteIndex(HttpHeaders, DeleteIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexRequest against the indices API.
deleteScript(DeleteStoredScriptRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
deleteTemplate(HttpHeaders, DeleteIndexTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
deleteTemplate(Consumer<DeleteIndexTemplateRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexTemplateRequest against the indices API.
deleteTemplate(DeleteIndexTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexTemplateRequest against the indices API.
deleteTemplate(HttpHeaders, DeleteIndexTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given DeleteIndexTemplateRequest against the indices API.
deleteTemplate() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
deleteTemplate(DeleteIndexTemplateRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
deleteTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Deletes an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html).
deleteTemplate(DeleteTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Deletes an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html).
deleteTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Deletes an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
deleteTemplate(DeleteTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Deletes an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
DeleteTemplateRequest - Class in org.springframework.data.elasticsearch.core.index
 
DeleteTemplateRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.index.DeleteTemplateRequest
 
destroy() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
destroy() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
destroy() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
doAggregate(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doBulkOperation(List<?>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
doBulkOperation(List<?>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
doBulkOperation(List<?>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
doBulkOperation(List<?>, BulkOptions, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
doCopy() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
doCopy() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
doCopy() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
doCount(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
Document - Annotation Type in org.springframework.data.elasticsearch.annotations
Identifies a domain object to be persisted to Elasticsearch.
Document - Interface in org.springframework.data.elasticsearch.core.document
A representation of a Elasticsearch document as extended Map.
DocumentAdapters - Class in org.springframework.data.elasticsearch.core.document
Utility class to adapt GetResponse, GetResult, MultiGetResponse SearchHit, DocumentField to Document.
DocumentAdapters() - Constructor for class org.springframework.data.elasticsearch.core.document.DocumentAdapters
 
DocumentOperations - Interface in org.springframework.data.elasticsearch.core
The operations for the Elasticsearch Document APIs.
doDelete(String, String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
doDelete(String, String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
doDelete(String, String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
doDelete(DeleteRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doDeleteBy(DeleteByQueryRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doExists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
doExists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
doExists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
doExists(GetRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doFind(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doFindForResponse(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Mono.
doGet(GetRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doIndex(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
doIndex(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
doIndex(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
doIndex(IndexRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
 
doScroll(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook on the actual execution result Publisher.
doWith(Document) - Method in interface org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.DocumentCallback
 
doWith(Document) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadDocumentCallback
 
doWith(SearchDocumentResponse) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadSearchDocumentResponseCallback
 
doWith(SearchDocumentResponse) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadSearchScrollDocumentResponseCallback
 
doWith(SearchDocumentResponse) - Method in interface org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.SearchDocumentResponseCallback
 
doWithClient(WebClient) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback
 
doWithClient(RestHighLevelClient) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate.ClientCallback
 
doWithClient(ReactiveElasticsearchClient) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations.ClientCallback
 
doWithClient(ReactiveElasticsearchClient.Indices) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations.IndicesClientCallback
 
doWithOperations(ElasticsearchOperations) - Method in interface org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository.OperationsCallback
 
DynamicMapping - Annotation Type in org.springframework.data.elasticsearch.annotations
Annotation to set the dynamic mapping mode elasticsearch doc
DynamicMappingValue - Enum in org.springframework.data.elasticsearch.annotations
values for the annotation
DynamicTemplates - Annotation Type in org.springframework.data.elasticsearch.annotations
Elasticsearch dynamic templates mapping.

E

ElasticsearchAuditingBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
BeanDefinitionParser to register a AuditingEntityCallback to transparently set auditing information on an entity.
ElasticsearchAuditingBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
 
elasticsearchClient() - Method in class org.springframework.data.elasticsearch.config.AbstractElasticsearchConfiguration
Return the RestHighLevelClient instance used to connect to the cluster.
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.core.AbstractElasticsearchTemplate
 
ElasticsearchConverter - Interface in org.springframework.data.elasticsearch.core.convert
 
elasticsearchCustomConversions() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
Register custom Converters in a ElasticsearchCustomConversions object if required.
ElasticsearchCustomConversions - Class in org.springframework.data.elasticsearch.core.convert
Elasticsearch specific CustomConversions.
ElasticsearchCustomConversions(Collection<?>) - Constructor for class org.springframework.data.elasticsearch.core.convert.ElasticsearchCustomConversions
Creates a new CustomConversions instance registering the given converters.
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
 
ElasticsearchExceptionTranslator - Class in org.springframework.data.elasticsearch.core
Simple PersistenceExceptionTranslator for Elasticsearch.
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
Creates a SimpleElasticsearchMappingContext equipped with entity classes scanned from the mapping base package.
ElasticsearchNamespaceHandler - Class in org.springframework.data.elasticsearch.config
ElasticsearchNamespaceHandler
ElasticsearchNamespaceHandler() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
 
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
when building CriteriaQueries use the name; the fieldname is set later with ElasticsearchConverter.
ElasticsearchPersistentPropertyConverter - Interface in org.springframework.data.elasticsearch.core.mapping
Interface defining methods to convert a property value to a String and back.
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
Uses CdiRepositoryBean to create ElasticsearchRepository instances.
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
RepositoryConfigurationExtension implementation to configure Elasticsearch repository configuration support, evaluating the EnableElasticsearchRepositories annotation or the equivalent XML element.
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
Factory to create ElasticsearchRepository
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
Creates a new ElasticsearchRepositoryFactoryBean for the given repository interface.
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
Callback interface to be used with ElasticsearchRestTemplate.execute(ClientCallback) for operating directly on RestHighLevelClient.
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.core
Deprecated.
as of 4.0
ElasticsearchTemplate(Client) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
ElasticsearchTemplate(Client, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
ElasticsearchTypeMapper - Interface in org.springframework.data.elasticsearch.core.convert
Elasticsearch specific TypeMapper definition.
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
Add a Criteria.OperationKey.ENDS_WITH entry to the Criteria.queryCriteriaEntries
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
entityClass - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
entityInformation - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
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.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.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.support.DefaultStringObjectMap
 
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 within a ReactiveElasticsearchOperations.ClientCallback managing resources and translating errors.
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.ElasticsearchPartQuery
 
execute(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
 
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
 
executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<Publisher<T>>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
Execute within a ReactiveElasticsearchOperations.IndicesClientCallback managing resources and translating errors.
executeWithIndicesClient(ReactiveElasticsearchOperations.IndicesClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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(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(String, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
exists(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
exists() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
checks if an index exists
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
Deprecated.
since 4.2
existsIndex(GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
existsIndex(HttpHeaders, GetIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
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.
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/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
existsTemplate(ExistsTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
check if an index template exists using the legacy Elasticsearch interface/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
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
Add a Criteria.OperationKey.EXPRESSION entry to the Criteria.queryCriteriaEntries allowing native elasticsearch expressions
extractIdFromBean(T) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 

F

FetchSourceFilter - Class in org.springframework.data.elasticsearch.core.query
SourceFilter implementation for providing includes and excludes.
FetchSourceFilter(String[], String[]) - Constructor for class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
 
FetchSourceFilterBuilder - Class in org.springframework.data.elasticsearch.core.query
SourceFilter builder for providing includes and excludes.
FetchSourceFilterBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
Field - Annotation Type in org.springframework.data.elasticsearch.annotations
 
Field - Interface in org.springframework.data.elasticsearch.core.query
Defines a Field that can be used within a Criteria.
fieldCaps(FieldCapabilitiesRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
fieldName() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
 
fieldNamingStrategy() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
Configures a FieldNamingStrategy on the SimpleElasticsearchMappingContext instance created.
FieldType - Enum in org.springframework.data.elasticsearch.annotations
 
findAll() - Static method in interface org.springframework.data.elasticsearch.core.query.Query
Get a Query that matches all documents in the index.
findAll() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
findAll(Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
findAll(Sort) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
findAll() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findAll(Sort) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findAllById(Publisher<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
findById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findById(Publisher<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
 
findDynamicProjection() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
flushIndex(HttpHeaders, FlushRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
flushIndex(Consumer<FlushRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given FlushRequest against the indices API.
flushIndex(FlushRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given RefreshRequest against the indices API.
flushIndex(HttpHeaders, FlushRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given RefreshRequest against the indices API.
flushIndex() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
flushIndex(FlushRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
forEach(BiConsumer<? super String, ? super Object>) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
format(TemporalAccessor) - Method in interface org.springframework.data.elasticsearch.core.convert.DateFormatter
Formats a TemporalAccessor into a String.
format(TemporalAccessor) - Method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Formats the given TemporalAccessor into a String.
format(Date) - Method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Formats the given TemporalAccessor int a String
from(Map<String, ? extends Object>) - Static method in interface org.springframework.data.elasticsearch.core.document.Document
Create a Document from a Map containing key-value pairs and sub-documents.
from(GetResponse) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Create a Document from GetResponse.
from(GetResult) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Create a Document from GetResult.
from(MultiGetResponse) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Creates a List of MultiGetItems from MultiGetResponse.
from(MultiGetItemResponse) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Creates a MultiGetItem from a MultiGetItemResponse.
from(SearchHit) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Create a SearchDocument from SearchHit.
from(SearchResponse) - Static method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
creates a SearchDocumentResponse from the SearchResponse
from(SearchHits, String, Aggregations) - Static method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
creates a SearchDocumentResponse from SearchHits with the given scrollId and aggregations
from(Annotation) - Static method in class org.springframework.data.elasticsearch.core.index.MappingParameters
extracts the mapping parameters from the relevant annotations.
fromBox(Box) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoBox
return a GeoBox from a Box.
fromDocumentFields(Iterable<DocumentField>, String, String, long, long, long) - Static method in class org.springframework.data.elasticsearch.core.document.DocumentAdapters
Create an unmodifiable Document from Iterable of DocumentFields.
fromJson(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
 
fromJson(String) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
fromJson(String) - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
initializes this object from the given JSON String.
fromPoint(Point) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
build a GeoPoint from a Point
fromQuery(CriteriaQuery) - Static method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
fromQuery(CriteriaQuery, T) - Static method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
fromSettingsResponse(GetSettingsResponse, String) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
extract the index settings information for a given index
fuzzy(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria

G

GeoBox - Class in org.springframework.data.elasticsearch.core.geo
Geo bbox used for #Criteria.
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
Converter to write a GeoPoint to Map using lat/long properties.
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
Converter to read a Point from Map using lat/long properties.
GeoConverters.PointToMapConverter - Enum in org.springframework.data.elasticsearch.core.convert
Converter to write a Point to Map using lat/long properties.
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
 
GeoDistanceOrder.Mode - 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 GeoJsonGeometryCollection - Class in org.springframework.data.elasticsearch.core.geo
Defines a GeoJsonGeometryCollection that consists of a List of GeoJson objects.
GeoJsonLineString - Class in org.springframework.data.elasticsearch.core.geo
GeoJsonLineString is defined as list of Points.
GeoJsonMultiLineString - Class in org.springframework.data.elasticsearch.core.geo
GeoJsonMultiPoint - Class in org.springframework.data.elasticsearch.core.geo
GeoJsonMultiPoint is defined as list of Points.
GeoJsonMultiPolygon - Class in org.springframework.data.elasticsearch.core.geo
GeoJsonMultiPolygon is defined as a list of GeoJsonPolygons.
GeoJsonPoint - Class in org.springframework.data.elasticsearch.core.geo
GeoJson representation of Point.
GeoJsonPolygon - Class in org.springframework.data.elasticsearch.core.geo
GeoJson representation of a polygon.
GeoPoint - Class in org.springframework.data.elasticsearch.core.geo
geo-location used for #Criteria.
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(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
Obtain the WebClient configured with default HTTP headers and Consumer error callback for a given endpoint.
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 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(String, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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
 
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
Get the WebClient connecting to an active host utilizing cached ElasticsearchHost.
getActive(HostProvider.Verification) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
Get the WebClient connecting to an active host.
getActualTypeOrNull() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
calls PersistentProperty.getActualType() but returns null when an exception is thrown
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.SearchHits
 
getAggregations() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
 
getAggregations() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
 
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(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() - 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 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
getAliasName() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
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.
getBatchSize() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getBeanClass(Element) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
 
getBindableValue(int) - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
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
 
getBulkRetries() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
The number of times that the request had retry bulk actions.
getCause() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
 
getChild() - Method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
 
getClient() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
getClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Obtain the ReactiveElasticsearchClient to operate upon.
getClientIgnoreClusterName() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
getClientNodesSamplerInterval() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
getClientPingTimeout() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
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.ElasticsearchRestTemplate
 
getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
getClusterVersion() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
getCollapseBuilder() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getConjunctionOperator() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Deprecated.
since 4.1, use Criteria.getOperator()
getConnectTimeout() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns the connect timeout.
getContent() - Method in class org.springframework.data.elasticsearch.core.SearchHit
 
getContexts() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
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
 
getCriteria() - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
getCriteriaChain() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getDefaultHeaders() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Obtain the HttpHeaders to be used by default.
getDefaultHeaders() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Obtain the HttpHeaders to be used by default.
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
 
getDeleted() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
The number of documents that were successfully deleted.
getDescription() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
getDetails() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
getDistanceType() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
getDocAsUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getDocument() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getDynamicProjection() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
getElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
getElasticsearchConverter() - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
getElasticsearchConverter() - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
getElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
getElasticsearchSorts() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getEndpoint() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
getEndpoints() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns the configured endpoints.
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
getErrorListener() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Obtain the error listener to be used;
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
 
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.SearchHit
 
getFactoryInstance(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
Creates and initializes a RepositoryFactorySupport instance.
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.
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
 
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
 
getFields() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
 
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.core.index.AliasData
 
getFilter() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
getFilter() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getFilterBuilder() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
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
 
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
 
getHighlightBuilder() - Method in class org.springframework.data.elasticsearch.core.query.HighlightQuery
 
getHighlightBuilder() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
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.query.NativeSearchQuery
 
getHighlightFields() - Method in class org.springframework.data.elasticsearch.core.SearchHit
 
getHighlightQuery(Highlight, Class<?>) - Method in class org.springframework.data.elasticsearch.core.query.HighlightQueryBuilder
creates a HighlightBuilder from an annotation
getHighlightQuery() - Method in interface org.springframework.data.elasticsearch.core.query.Query
 
getHostNameVerifier() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns the HostnameVerifier to use.
getHosts() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
getHttpClientConfigurer() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
 
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.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.UpdateQuery
 
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 interface org.springframework.data.elasticsearch.core.query.Query
Get Ids
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.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.SearchHit
 
getIndex() - Method in exception org.springframework.data.elasticsearch.NoSuchIndexException
 
getIndexCoordinates() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
get the current IndexCoordinates.
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
get the current IndexCoordinates.
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.core.AbstractElasticsearchTemplate
 
getIndexCoordinatesFor(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
getIndexCoordinatesFor(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
 
getIndexCoordinatesFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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 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
 
getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
 
getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
 
getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
getIndexStoreType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getIndexStoreType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getIndices() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
 
getIndicesBoost() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getIndicesClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Obtain the ReactiveElasticsearchClient.Indices to operate upon.
getIndicesOptions() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get indices options
getInformation() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Gets the IndexInformation for the indices defined by IndexOperations.getIndexCoordinates().
getInformation(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Gets the IndexInformation for the indices defined by #index.
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.
getInnerHits() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
 
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.completion.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
Returns the JoinField property of the 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
 
getLat() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
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.
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
Deprecated.
since 4.2
getMapping(GetMappingsRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
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
Deprecated.
since 4.2
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.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
Get mapping for the index targeted defined by this ReactiveIndexOperations
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
 
getMatchedQueries() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
 
getMatchedQueries() - Method in class org.springframework.data.elasticsearch.core.SearchHit
 
getMaxDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMaxDocs() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getMaxQueryTerms() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
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.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
 
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
 
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.AbstractElasticsearchTemplate
 
getMultiSearchResult(MultiSearchRequest) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
getMultiSearchResult(MultiSearchRequest) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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.SimpleField
 
getNestedMetaData() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
 
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
 
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.
getObject() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
getObject() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
getObject() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getObjectType() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
getObjectType() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
getObjectType() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
getOffset() - Method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
 
getOperator() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getOpType() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
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
 
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
getPageable() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
getParameters() - Method in class org.springframework.data.elasticsearch.core.index.AliasAction
 
getParameters() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
 
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
Deprecated.
from 4.0. Elasticsearch 7 does not support the parent id in an index request. parent/child relations must be modeled using the join datatype. Setting it here will have no effect.
getParentId(T) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
Deprecated.
since 4.1, not supported anymore by Elasticsearch
getParentId(T) - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
Deprecated.
getParentIdProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Deprecated.
since 4.1, not supported anymore by Elasticsearch
getParentIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
Deprecated.
getParentType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Deprecated.
since 4.1, not supported anymore by Elasticsearch
getParentType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
Deprecated.
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
Obtain the pathPrefix to be used.
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 interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
 
getPersistentEntityFor(Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
getPersistentPropertyWithFieldName(String) - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
returns the ElasticsearchPersistentProperty with the given fieldName (may be set by the Field annotation.
getPersistentPropertyWithFieldName(String) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getPipeline() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
 
getPipeline() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getPreference() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get preference
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.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
Get the configured ProjectionFactory.
getPropertyConverter() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
getPropertyConverter() - 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.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
 
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
 
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.
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.query.BulkOptions
 
getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getRefreshPolicy() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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
 
getRequestFactory() - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
getRequestsPerSecond() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getRequiredSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Returns the SeqNoPrimaryTerm property of the ElasticsearchPersistentEntity or throws an IllegalStateException in case no such property is available on the entity.
getRescoreQueryWeight() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
getRescorerQueries() - Method in interface org.springframework.data.elasticsearch.core.query.Query
get the list of RescorerQuerys
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
 
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.index.AliasActionParameters
 
getRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
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.UpdateQuery
 
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
 
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.SearchHit
 
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.UpdateQuery
 
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.UpdateQuery
 
getScriptType() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
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 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 interface org.springframework.data.elasticsearch.core.query.Query
 
getSearchDocuments() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
 
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
 
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.
getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
 
getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
 
getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
getSearchTemplate() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getSearchTimeout() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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 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.IndexedObjectInformation
 
getSeqNo() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
 
getSeqNo() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Returns the SeqNoPrimaryTerm property of the ElasticsearchPersistentEntity.
getSeqNoPrimaryTermProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getSequenceNumber() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
 
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.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
 
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
 
getSlices() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getSocketTimeout() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns the socket timeout which is typically applied as SO-timeout/read timeout.
getSort() - Method in interface org.springframework.data.elasticsearch.core.query.Query
 
getSort() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
getSortValues() - Method in interface org.springframework.data.elasticsearch.core.document.SearchDocument
 
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
 
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.
getSslContext() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns the SSLContext to use.
getState() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
getStatus() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
 
getStatus() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
 
getStopWords() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
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
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
 
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/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
getTemplate(GetTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
gets an index template using the legacy Elasticsearch interface/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
getTemplate(String) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
gets an index template using the legacy Elasticsearch interface/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
getTemplate(GetTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
gets an index template using the legacy Elasticsearch interface/Users/peter/Entwicklung/Projekte/spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/core/IndexOperations.java.
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
 
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.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
 
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.
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.
getTotalCount(SearchHits) - Static method in class org.springframework.data.elasticsearch.support.SearchHitsUtil
 
getTotalHits() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
 
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.SearchHits
 
getTotalHitsRelation() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
 
getTotalHitsRelation() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
 
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 interface org.springframework.data.elasticsearch.core.query.Query
Sets the flag whether to set the Track_total_hits parameter on queries Elasticseacrh documentation
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
 
getUnit() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
getUpdated() - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
The number of documents that were successfully updated.
getUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getValue() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
getValue() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
getValues() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
getValues() - Method in interface org.springframework.data.elasticsearch.repository.query.ElasticsearchParameterAccessor
Returns the raw parameter values of the underlying query method.
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.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.
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 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
 
getWebClientConfigurer() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
 
getWeight() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
getWindowSize() - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
getWriteComplexValue(ElasticsearchPersistentProperty, TypeInformation<?>, Object) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
getWriteIndex() - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters
 
getWriteSimpleValue(Object) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
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

H

hasAggregations() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
 
hasAggregations() - Method in interface org.springframework.data.elasticsearch.core.SearchHitsIterator
 
hasAnnotatedHighlight() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
hasAnnotatedQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
hasBindableNullValue() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 
hasCountQueryAnnotation() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
hasExplicitFieldName() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
hashCode() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
 
hashCode() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
hasId() - Method in interface org.springframework.data.elasticsearch.core.document.Document
Return true if this Document is associated with an identifier.
hasItem() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem
 
hasJoinFieldProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Returns whether the ElasticsearchPersistentEntity has a JoinField property.
hasJoinFieldProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
hasPrimaryTerm() - Method in interface org.springframework.data.elasticsearch.core.document.Document
Return true if this Document is associated with a primary_term.
hasPropertyConverter() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
hasPropertyConverter() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
hasReactiveWrapperParameter() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
Check if the given QueryMethod receives a reactive parameter wrapper as one of its parameters.
hasScrollTime() - Method in interface org.springframework.data.elasticsearch.core.query.Query
 
hasSearchHits() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
 
hasSeqNo() - Method in interface org.springframework.data.elasticsearch.core.document.Document
Return true if this Document is associated with a seq_no.
hasSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Returns whether the ElasticsearchPersistentEntity has a SeqNoPrimaryTerm property.
hasSeqNoPrimaryTermProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
hasVersion() - Method in interface org.springframework.data.elasticsearch.core.document.Document
Return true if this Document is associated with a version.
Highlight - Annotation Type in org.springframework.data.elasticsearch.annotations
 
HighlightField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
HighlightParameters - Annotation Type in org.springframework.data.elasticsearch.annotations
 
HighlightQuery - Class in org.springframework.data.elasticsearch.core.query
Encapsulates an Elasticsearch HighlightBuilder to prevent leaking of Elasticsearch classes into the query API.
HighlightQuery(HighlightBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.HighlightQuery
 
HighlightQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
Converts the Highlight annotation from a method to an Elasticsearch HighlightBuilder.
HighlightQueryBuilder(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.query.HighlightQueryBuilder
 
HOLDER - Static variable in class org.springframework.data.elasticsearch.core.mapping.ElasticsearchSimpleTypes
 
HostProvider<T extends HostProvider<T>> - Interface in org.springframework.data.elasticsearch.client.reactive
Infrastructure helper class aware of hosts within the cluster and the health of those allowing easy selection of active ones.
HostProvider.ClusterInformation - Class in org.springframework.data.elasticsearch.client.reactive
Value object accumulating information about an Elasticsearch cluster.
HostProvider.Verification - Enum in org.springframework.data.elasticsearch.client.reactive
HostProvider.Verification allows to influence the lookup strategy for active hosts.
hosts() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Status
Get the collection of known hosts.
http() - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Creates a new WebClientProvider using the http scheme and a default ClientHttpConnector.

I

in(Object...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
in(Iterable<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
index(HttpHeaders, IndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
index(Consumer<IndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute an IndexRequest against the index API to index a document.
index(IndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given IndexRequest against the index API to index a document.
index(HttpHeaders, IndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given IndexRequest against the index API to index a document.
index() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
index(IndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
index(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
index(IndexQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Index an object.
IndexBoost - Class in org.springframework.data.elasticsearch.core.query
Defines a IndexBoost to be applied on the "indices_boost" query clause
IndexBoost(String, float) - Constructor for class org.springframework.data.elasticsearch.core.query.IndexBoost
 
indexClose() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
indexClose(CloseIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
IndexCoordinates - Class in org.springframework.data.elasticsearch.core.mapping
Immutable Value object encapsulating index name(s) and index type(s).
indexCreate() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
Deprecated.
since 4.2
indexCreate(CreateIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
indexCreate(CreateIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
indexDelete() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
indexDelete(DeleteIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
IndexedObjectInformation - Class in org.springframework.data.elasticsearch.core
Value class capturing information about a newly indexed document in Elasticsearch.
indexExists() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
Deprecated.
since 4.2
indexExists(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
indexExists(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
indexExistsRequest() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
IndexInformation - Class in org.springframework.data.elasticsearch.core
Immutable object that holds information(name, settings, mappings, aliases) about an Index
indexOpen() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
indexOpen(OpenIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
IndexOperations - Interface in org.springframework.data.elasticsearch.core
The operations for the Elasticsearch Index APIs.
indexOperations - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
indexOps(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
get an IndexOperations that is bound to the given class
indexOps(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
get an IndexOperations that is bound to the given index
indexOps(Class<?>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
indexOps(IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
indexOps(Class<?>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
indexOps(IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
indexOps(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
Creates a ReactiveIndexOperations that is bound to the given index
indexOps(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
Creates a ReactiveIndexOperations that is bound to the given class
indexOps(IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
indexOps(Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
IndexOptions - Enum in org.springframework.data.elasticsearch.annotations
 
IndexPrefixes - Annotation Type in org.springframework.data.elasticsearch.annotations
 
IndexQuery - Class in org.springframework.data.elasticsearch.core.query
IndexQuery
IndexQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.IndexQuery
 
IndexQuery(String, Object, Long, String, String, Long, Long, String, IndexQuery.OpType) - Constructor for class org.springframework.data.elasticsearch.core.query.IndexQuery
 
IndexQuery.OpType - Enum in org.springframework.data.elasticsearch.core.query
OpType for the index operation.
IndexQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
IndexQuery Builder
IndexQueryBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
indexRefresh() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
indexRefresh(RefreshRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
indices() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
indices() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Gain access to index related commands.
indicesOptions() - Method in class org.springframework.data.elasticsearch.config.AbstractReactiveElasticsearchConfiguration
Set up the read IndicesOptions.
info(HttpHeaders) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
info() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Get the cluster info otherwise provided when sending an HTTP request to port 9200.
info(HttpHeaders) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Get the cluster info otherwise provided when sending an HTTP request to port 9200.
info() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
info() - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
init() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
 
initialize(ElasticsearchConverter) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
InnerField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
intersects(GeoJson<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for GEO_INTERSECTS.
is(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
isAllowedGenericType(ParameterizedType) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
isAllowedGenericType(ParameterizedType) - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
 
isAllowedGenericType(ParameterizedType) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
 
isAllowedGenericType(ParameterizedType) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryMetadata
 
isAnd() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isCollectionQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
 
isCompletionProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
isCompletionProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isCountQuery() - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
isCountQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
 
isCountQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
 
isCreateIndexAndMapping() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
isCreateIndexAndMapping() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
isDisjoint(GeoJson<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for GEO_IS_DISJOINT.
isEmpty() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
isEnabled() - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Returns true if the logger is enabled.
isFailed() - Method in class org.springframework.data.elasticsearch.core.MultiGetItem
 
isGeoPointProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
isGeoPointProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isGeoShapeProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
isGeoShapeProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isHidden() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
 
isIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isImmutable() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isJoinFieldProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
isJoinFieldProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isLimiting() - Method in interface org.springframework.data.elasticsearch.core.query.Query
 
isMatch() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
isNegating() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isNotSearchHitMethod() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
checks whether the return type of the underlying method nether a SearchHits nor a collection of SearchHit.
isNotSearchPageMethod() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
checks if the return type is not SearchPage.
isOk() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Status
 
isOnline() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
isOr() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isParentProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
Deprecated.
since 4.1, not supported anymore by Elasticsearch
isParentProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isReadable() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
Returns true if the property may be read.
isReadable() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isSearchHitMethod() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
checks whether the return type of the underlying method is a SearchHits or a collection of SearchHit.
isSearchPageMethod() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
checks if the return type is SearchPage.
isSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
Returns whether the current property is a SeqNoPrimaryTerm property.
isSeqNoPrimaryTermProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isSingleton() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
isSingleton() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
isSingleton() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
isStore() - Method in class org.springframework.data.elasticsearch.core.index.MappingParameters
 
isStreamQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
 
isTypeKey(String) - Method in class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper
 
isTypeKey(String) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
Returns whether the given key is the type key.
isUseServerConfiguration() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
isUseServerConfiguration() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
isWritable() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
isWriteIndex() - Method in class org.springframework.data.elasticsearch.core.index.AliasData
 
iterator() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
 
iterator() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
 

J

JoinField<ID> - Class in org.springframework.data.elasticsearch.core.join
 
JoinField() - Constructor for class org.springframework.data.elasticsearch.core.join.JoinField
 
JoinField(String) - Constructor for class org.springframework.data.elasticsearch.core.join.JoinField
 
JoinField(String, ID) - Constructor for class org.springframework.data.elasticsearch.core.join.JoinField
 
JoinTypeRelation - Annotation Type in org.springframework.data.elasticsearch.annotations
 
JoinTypeRelations - Annotation Type in org.springframework.data.elasticsearch.annotations
 
just(String) - Static method in interface org.springframework.data.elasticsearch.core.routing.RoutingResolver

K

keySet() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 

L

lessThan(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
lessThanEqual(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
localhost() - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Creates a new ClientConfiguration instance configured to localhost.
logRawResponse(String, HttpStatus) - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Log a raw HTTP response without logging the body.
logRequest(String, String, String, Object) - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Log an outgoing HTTP request.
logRequest(String, String, String, Object, Supplier<Object>) - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Log an outgoing HTTP request with a request body.
logResponse(String, HttpStatus, String) - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Log a raw HTTP response along with the body.
logVersions(String) - Static method in class org.springframework.data.elasticsearch.support.VersionInfo
logs the relevant version info the first time it is called.
lookupActiveHost() - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
Lookup an active host in lazy mode utilizing cached ElasticsearchHost.
lookupActiveHost(HostProvider.Verification) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
Lookup an active host in using the given HostProvider.Verification.
lowLevelRest() - Method in interface org.springframework.data.elasticsearch.client.RestClients.ElasticsearchRestClient
Apply the configuration to create a RestClient.

M

mapObject(Object) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
Map an object to a Document.
Mapping - Annotation Type in org.springframework.data.elasticsearch.annotations
Elasticsearch Mapping
MappingBuilder - Class in org.springframework.data.elasticsearch.core.index
 
MappingBuilder(ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.index.MappingBuilder
 
MappingElasticsearchConverter - Class in org.springframework.data.elasticsearch.core.convert
Elasticsearch specific EntityConverter implementation based on domain type metadata.
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>, GenericConversionService) - Constructor for class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
MappingElasticsearchEntityInformation<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific implementation of AbstractEntityInformation
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
MappingParameters - Class in org.springframework.data.elasticsearch.core.index
A class to hold the mapping parameters that might be set on Field or InnerField annotation.
MapTypeAliasAccessor(String) - Constructor for class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper.MapTypeAliasAccessor
 
matches(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
matchesAll(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
MAX_DEFAULT - Static variable in annotation type org.springframework.data.elasticsearch.annotations.IndexPrefixes
 
maybeCallAfterConvert(T, Document, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
maybeCallAfterSave(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
maybeCallbackAfterConvert(T, Document, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackAfterSave(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackAfterSaveWithQueries(List<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackAfterSaveWithQuery(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackBeforeConvert(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackBeforeConvertWithQueries(List<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallbackBeforeConvertWithQuery(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
maybeCallBeforeConvert(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
method - Variable in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
methodReturnType() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
returns the declared return type for this method.
MIN_DEFAULT - Static variable in annotation type org.springframework.data.elasticsearch.annotations.IndexPrefixes
 
MoreLikeThisQuery - Class in org.springframework.data.elasticsearch.core.query
MoreLikeThisQuery
MoreLikeThisQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
MultiField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
multiGet(HttpHeaders, MultiGetRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
multiGet(Consumer<MultiGetRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a MultiGetRequest against the multi-get API to retrieve multiple documents by id.
multiGet(MultiGetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given MultiGetRequest against the multi-get API to retrieve multiple documents by id.
multiGet(HttpHeaders, MultiGetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given MultiGetRequest against the multi-get API to retrieve multiple documents by id.
multiGet() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
multiGet(MultiGetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
multiGet(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
multiGet(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Execute a multiGet against elasticsearch for the given ids.
multiGet(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Execute a multiGet against elasticsearch for the given ids.
multiGet(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
multiGet(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
multiGet(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Execute a multiGet against elasticsearch for the given ids.
multiGet(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Execute a multiGet against elasticsearch for the given ids.
multiGet(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
multiGet(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
MultiGetItem<T> - Class in org.springframework.data.elasticsearch.core
Response object for items returned from multiget requests, encapsulating the returned data and potential error information.
MultiGetItem.Failure - Class in org.springframework.data.elasticsearch.core
 
multiSearch(MultiSearchRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
multiSearch(List<? extends Query>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
multiSearch(List<? extends Query>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
multiSearch(List<? extends Query>, List<Class<?>>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
multiSearch(List<? extends Query>, List<Class<?>>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
multiSearch(List<? extends Query>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Execute the multi search query against elasticsearch and return result as List of SearchHits.
multiSearch(List<? extends Query>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Execute the multi search query against elasticsearch and return result as List of SearchHits.
multiSearch(List<? extends Query>, List<Class<?>>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Execute the multi search query against elasticsearch and return result as List of SearchHits.
multiSearch(List<? extends Query>, List<Class<?>>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Execute the multi search query against elasticsearch and return result as List of SearchHits.

N

NamedXContents - Class in org.springframework.data.elasticsearch.client.util
Original implementation source RestHighLevelClient.getDefaultNamedXContents() by Elasticsearch (https://www.elastic.co) licensed under the Apache License, Version 2.0.
NativeSearchQuery - Class in org.springframework.data.elasticsearch.core.query
A query created from Elasticsearch QueryBuilder instances.
NativeSearchQuery(QueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder, List<SortBuilder<?>>) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder, List<SortBuilder<?>>, HighlightBuilder.Field[]) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder, List<SortBuilder<?>>, HighlightBuilder, HighlightBuilder.Field[]) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
NativeSearchQuery
NativeSearchQueryBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
NestedMetaData - Class in org.springframework.data.elasticsearch.core.document
meta data returned for nested inner hits.
newLogId() - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
Creates a new, unique correlation Id to improve tracing across log events.
NodeClientBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
NodeClientBeanDefinitionParser
NodeClientBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.NodeClientBeanDefinitionParser
 
NodeClientFactoryBean - Class in org.springframework.data.elasticsearch.client
Deprecated.
since 4.1, we're not supporting embedded Node clients anymore, use the REST client
NodeClientFactoryBean(boolean) - Constructor for class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
NodeClientFactoryBean.TestNode - Class in org.springframework.data.elasticsearch.client
Deprecated.
 
NoReachableHostException - Exception in org.springframework.data.elasticsearch.client
RuntimeException to be emitted / thrown when the cluster is down (aka none of the known nodes is reachable).
NoReachableHostException(Set<ElasticsearchHost>) - Constructor for exception org.springframework.data.elasticsearch.client.NoReachableHostException
 
NoReachableHostException(Set<ElasticsearchHost>, Throwable) - Constructor for exception org.springframework.data.elasticsearch.client.NoReachableHostException
 
NoSuchIndexException - Exception in org.springframework.data.elasticsearch
 
NoSuchIndexException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.NoSuchIndexException
 
not() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Sets the negating flag
notIn(Object...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
notIn(Iterable<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
NullValueType - Enum in org.springframework.data.elasticsearch.annotations
 

O

of(DateFormat) - Static method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Creates an ElasticsearchDateConverter for the given DateFormat.
of(String) - Static method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Creates an ElasticsearchDateConverter for the given pattern.
of(String, int, NestedMetaData) - Static method in class org.springframework.data.elasticsearch.core.document.NestedMetaData
 
of(String) - Static method in interface org.springframework.data.elasticsearch.core.geo.GeoJson
 
of(List<GeoJson<?>>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
Creates a new GeoJsonGeometryCollection for the given GeoJson instances.
of(List<Point>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
Creates a new GeoJsonLineString for the given Points.
of(Point, Point, Point...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
Creates a new GeoJsonLineString for the given Points.
of(GeoPoint, GeoPoint, GeoPoint...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
Creates a new GeoJsonLineString for the given GeoPoints.
of(List<GeoJsonLineString>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
Creates new GeoJsonMultiLineString for the given GeoJsonLineStrings.
of(List<Point>...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
Creates new GeoJsonMultiLineString for the given Points.
of(List<Point>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
Creates a new GeoJsonMultiPoint for the given Points.
of(Point, Point, Point...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
Creates a new GeoJsonMultiPoint for the given Points.
of(GeoPoint, GeoPoint, GeoPoint...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
Creates a new GeoJsonMultiPoint for the given GeoPoints.
of(List<GeoJsonPolygon>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
Creates a new GeoJsonMultiPolygon for the given GeoJsonPolygons.
of(double, double) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
Creates GeoJsonPoint for given coordinates.
of(Point) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
Creates GeoJsonPoint for given Point.
of(GeoPoint) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
Creates GeoJsonPoint for given GeoPoint.
of(GeoJsonLineString) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates new GeoJsonPolygon from the given GeoJsonLineString.
of(List<Point>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates new GeoJsonPolygon from the given Points.
of(Point, Point, Point, Point, Point...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates new GeoJsonPolygon from the given Points.
of(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates new GeoJsonPolygon from the given GeoPoints.
of(String, Document, String, String, Boolean, Boolean) - Static method in class org.springframework.data.elasticsearch.core.index.AliasData
 
of(String, Long, Long, Long) - Static method in class org.springframework.data.elasticsearch.core.IndexedObjectInformation
 
of(String, Settings, Document, List<AliasData>) - Static method in class org.springframework.data.elasticsearch.core.IndexInformation
 
of(String...) - Static method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
 
of(String, String, String, Exception) - Static method in class org.springframework.data.elasticsearch.core.MultiGetItem.Failure
 
of(T, MultiGetItem.Failure) - Static method in class org.springframework.data.elasticsearch.core.MultiGetItem
 
of(BulkItemResponse.Failure) - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
Create a new ByQueryResponse.Failure from BulkItemResponse.Failure
of(BulkByScrollResponse) - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse
 
of(ScrollableHitSource.SearchFailure) - Static method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure
Create a new ByQueryResponse.SearchFailure from ScrollableHitSource.SearchFailure
offline(InetSocketAddress) - Static method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
ofGeoPoints(List<GeoPoint>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
Creates a new GeoJsonLineString for the given GeoPoints.
ofGeoPoints(List<GeoPoint>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
Creates a new GeoJsonMultiPoint for the given GeoPoints.
ofGeoPoints(List<GeoPoint>) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates new GeoJsonPolygon from the given GeoPoints.
onAfterConvert(T, Document, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.AfterConvertCallback
Entity callback method invoked after a domain object is materialized from a Document.
onAfterConvert(T, Document, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.ReactiveAfterConvertCallback
Entity callback method invoked after a domain object is materialized from a Document.
onAfterSave(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.AfterSaveCallback
Entity callback method invoked after a domain object is saved.
onAfterSave(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.ReactiveAfterSaveCallback
Entity callback method invoked after a domain object is saved.
onBeforeConvert(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.event.AuditingEntityCallback
 
onBeforeConvert(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.BeforeConvertCallback
Callback method that will be invoked before an entity is persisted.
onBeforeConvert(Object, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.event.ReactiveAuditingEntityCallback
 
onBeforeConvert(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.event.ReactiveBeforeConvertCallback
Callback method that will be invoked before an entity is persisted.
online(InetSocketAddress) - Static method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
openIndex(HttpHeaders, OpenIndexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
openIndex(Consumer<OpenIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given OpenIndexRequest against the indices API.
openIndex(OpenIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given OpenIndexRequest against the indices API.
openIndex(HttpHeaders, OpenIndexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given OpenIndexRequest against the indices API.
operations - Variable in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
or() - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
 
or(Field) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a new or-Criteria
or(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a new or-Criteria
or(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain a new or-Criteria.
or(CriteriaQuery, CriteriaQuery) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
org.springframework.data.elasticsearch - package org.springframework.data.elasticsearch
 
org.springframework.data.elasticsearch.annotations - package org.springframework.data.elasticsearch.annotations
 
org.springframework.data.elasticsearch.client - package org.springframework.data.elasticsearch.client
 
org.springframework.data.elasticsearch.client.reactive - package org.springframework.data.elasticsearch.client.reactive
 
org.springframework.data.elasticsearch.client.util - package org.springframework.data.elasticsearch.client.util
 
org.springframework.data.elasticsearch.config - package org.springframework.data.elasticsearch.config
 
org.springframework.data.elasticsearch.core - package org.springframework.data.elasticsearch.core
 
org.springframework.data.elasticsearch.core.completion - package org.springframework.data.elasticsearch.core.completion
 
org.springframework.data.elasticsearch.core.convert - package org.springframework.data.elasticsearch.core.convert
 
org.springframework.data.elasticsearch.core.document - package org.springframework.data.elasticsearch.core.document
Classes related to the Document structure of Elasticsearch documents and search responses.
org.springframework.data.elasticsearch.core.event - package org.springframework.data.elasticsearch.core.event
classes and interfaces related to Spring Data Elasticsearch events and callbacks.
org.springframework.data.elasticsearch.core.geo - package org.springframework.data.elasticsearch.core.geo
 
org.springframework.data.elasticsearch.core.index - package org.springframework.data.elasticsearch.core.index
Classes related to Elasticsearch index management.
org.springframework.data.elasticsearch.core.join - package org.springframework.data.elasticsearch.core.join
 
org.springframework.data.elasticsearch.core.mapping - package org.springframework.data.elasticsearch.core.mapping
 
org.springframework.data.elasticsearch.core.query - package org.springframework.data.elasticsearch.core.query
 
org.springframework.data.elasticsearch.core.routing - package org.springframework.data.elasticsearch.core.routing
classes/interfaces for specification and implementation of Elasticsearch routing.
org.springframework.data.elasticsearch.repository - package org.springframework.data.elasticsearch.repository
infrastructure to define the Elasticsearch mapping for an index.
org.springframework.data.elasticsearch.repository.cdi - package org.springframework.data.elasticsearch.repository.cdi
 
org.springframework.data.elasticsearch.repository.config - package org.springframework.data.elasticsearch.repository.config
 
org.springframework.data.elasticsearch.repository.query - package org.springframework.data.elasticsearch.repository.query
 
org.springframework.data.elasticsearch.repository.query.parser - package org.springframework.data.elasticsearch.repository.query.parser
 
org.springframework.data.elasticsearch.repository.support - package org.springframework.data.elasticsearch.repository.support
 
org.springframework.data.elasticsearch.support - package org.springframework.data.elasticsearch.support
 

P

Parent - Annotation Type in org.springframework.data.elasticsearch.annotations
Deprecated.
since 4.1, not supported anymore by Elasticsearch
parse(String) - Static method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
Parse a hostAndPort string into a InetSocketAddress.
parse(String, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.convert.DateFormatter
Parses a String into a TemporalAccessor.
parse(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Parses a String into a TemporalAccessor.
parse(String) - Method in class org.springframework.data.elasticsearch.core.convert.ElasticsearchDateConverter
Parses a String into a Date.
parse(String) - Static method in interface org.springframework.data.elasticsearch.core.document.Document
Parse JSON to Document.
parse(String) - Static method in class org.springframework.data.elasticsearch.core.index.Settings
Creates a Settings object from the given JSON String
parseInternal(Element, ParserContext) - Method in class org.springframework.data.elasticsearch.config.NodeClientBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.elasticsearch.config.RestClientBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.elasticsearch.config.TransportClientBeanDefinitionParser
Deprecated.
 
ping(HttpHeaders) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
ping() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Pings the remote Elasticsearch cluster and emits true if the ping succeeded, false otherwise.
ping(HttpHeaders) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Pings the remote Elasticsearch cluster and emits true if the ping succeeded, false otherwise.
ping() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
ping() - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
 
prepareDeleteByRequest(DeleteByQueryRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook to modify a generated DeleteByQueryRequest prior to its execution.
prepareDeleteRequest(DeleteRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook to modify a generated DeleteRequest prior to its execution.
prepareIndexRequest(Object, IndexRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook to modify a generated IndexRequest prior to its execution.
prepareSearchRequest(SearchRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Customization hook to modify a generated SearchRequest prior to its execution.
prepareWriteRequest(R) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
Pre process the write request before it is sent to the server, eg. by setting the refresh policy if applicable.
prepareWriteRequest(R) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Pre process the write request before it is sent to the server, eg. by setting the refresh policy if applicable.
prepareWriteRequestBuilder(R) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
Pre process the write request before it is sent to the server, eg. by setting the refresh policy if applicable.
provider(WebClientProvider, Supplier<HttpHeaders>, InetSocketAddress...) - Static method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
Create a new HostProvider best suited for the given WebClientProvider and number of hosts.
put(String, Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
putAll(Map<? extends String, ?>) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
putMapping(HttpHeaders, PutMappingRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
putMapping(HttpHeaders, PutMappingRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
putMapping(Consumer<PutMappingRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
since 4.2
putMapping(PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
putMapping(HttpHeaders, PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
putMapping(PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given PutMappingRequest against the indices API.
putMapping(HttpHeaders, PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given PutMappingRequest against the indices API.
putMapping() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
Deprecated.
since 4.2
putMapping(PutMappingRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
Deprecated.
putMapping(PutMappingRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
putMapping() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Writes the mapping to the index for the class this IndexOperations is bound to.
putMapping(Document) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
writes a mapping to the index
putMapping(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Creates the index mapping for the given class and writes it to the index.
putMapping() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Writes the mapping to the index for the class this IndexOperations is bound to.
putMapping(Mono<Document>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
writes a mapping to the index
putMapping(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Creates the index mapping for the given class and writes it to the index.
putMappingRequest() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
putScript(PutStoredScriptRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
putTemplate(HttpHeaders, PutIndexTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
putTemplate(Consumer<PutIndexTemplateRequest>, String) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given PutIndexTemplateRequest against the indices API.
putTemplate(PutIndexTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given PutIndexTemplateRequest against the indices API.
putTemplate(HttpHeaders, PutIndexTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given PutIndexTemplateRequest against the indices API.
putTemplate() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
putTemplate(PutIndexTemplateRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
putTemplate(PutTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Creates an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html).
putTemplate(PutTemplateRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Creates an index template using the legacy Elasticsearch interface (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html)
PutTemplateRequest - Class in org.springframework.data.elasticsearch.core.index
Request to create an index template.
PutTemplateRequest.TemplateRequestBuilder - Class in org.springframework.data.elasticsearch.core.index
 

Q

Query - Annotation Type in org.springframework.data.elasticsearch.annotations
Query
Query - Interface in org.springframework.data.elasticsearch.core.query
Query
queryForAlias() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
queryMethod - Variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 

R

rankEval(RankEvalRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
ReactiveAfterConvertCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Callback being invoked after a domain object is materialized from a Document when reading results.
ReactiveAfterSaveCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Entity callback triggered after save of an entity.
ReactiveAuditingEntityCallback - Class in org.springframework.data.elasticsearch.core.event
EntityCallback to populate auditing related fields on an entity about to be saved.
ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.elasticsearch.core.event.ReactiveAuditingEntityCallback
Creates a new ReactiveAuditingEntityCallback using the given ReactiveIsNewAwareAuditingHandler provided by the given ObjectFactory.
ReactiveBeforeConvertCallback<T> - Interface in org.springframework.data.elasticsearch.core.event
Callback being invoked before a domain object is converted to be persisted.
ReactiveDocumentOperations - Interface in org.springframework.data.elasticsearch.core
The reactive operations for the Elasticsearch Document APIs.
ReactiveElasticsearchClient - Interface in org.springframework.data.elasticsearch.client.reactive
A reactive client to connect to Elasticsearch.
reactiveElasticsearchClient() - Method in class org.springframework.data.elasticsearch.config.AbstractReactiveElasticsearchConfiguration
Return the ReactiveElasticsearchClient instance used to connect to the cluster.
ReactiveElasticsearchClient.Indices - Interface in org.springframework.data.elasticsearch.client.reactive
Encapsulation of methods for accessing the Indices API.
ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback<T> - Interface in org.springframework.data.elasticsearch.client.reactive
Low level callback interface operating upon WebClient to send commands towards elasticsearch.
ReactiveElasticsearchClient.Status - Interface in org.springframework.data.elasticsearch.client.reactive
Cumulative client ElasticsearchHost information.
ReactiveElasticsearchOperations - Interface in org.springframework.data.elasticsearch.core
Interface that specifies a basic set of Elasticsearch operations executed in a reactive way.
ReactiveElasticsearchOperations.ClientCallback<T extends org.reactivestreams.Publisher<?>> - Interface in org.springframework.data.elasticsearch.core
Callback interface to be used with ReactiveElasticsearchOperations.execute(ClientCallback) for operating directly on ReactiveElasticsearchClient.
ReactiveElasticsearchOperations.IndicesClientCallback<T extends org.reactivestreams.Publisher<?>> - Interface in org.springframework.data.elasticsearch.core
Callback interface to be used with ReactiveElasticsearchOperations.executeWithIndicesClient(IndicesClientCallback) for operating directly on ReactiveElasticsearchClient.Indices.
ReactiveElasticsearchQueryExecution - Interface in org.springframework.data.elasticsearch.repository.query
 
ReactiveElasticsearchQueryExecution.ResultProcessingConverter - Class in org.springframework.data.elasticsearch.repository.query
A Converter to post-process all source objects using the given ResultProcessor.
ReactiveElasticsearchQueryExecution.ResultProcessingExecution - Class in org.springframework.data.elasticsearch.repository.query
An ReactiveElasticsearchQueryExecution that wraps the results of the given delegate with the given result processing.
ReactiveElasticsearchQueryMethod - Class in org.springframework.data.elasticsearch.repository.query
 
ReactiveElasticsearchQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
 
ReactiveElasticsearchRepository<T,ID> - Interface in org.springframework.data.elasticsearch.repository
Elasticsearch specific Repository interface with reactive support.
ReactiveElasticsearchRepositoryConfigurationExtension - Class in org.springframework.data.elasticsearch.repository.config
 
ReactiveElasticsearchRepositoryConfigurationExtension() - Constructor for class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
 
ReactiveElasticsearchRepositoryFactory - Class in org.springframework.data.elasticsearch.repository.support
Factory to create ReactiveElasticsearchRepository instances.
ReactiveElasticsearchRepositoryFactory(ReactiveElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
ReactiveElasticsearchRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> - Class in org.springframework.data.elasticsearch.repository.support
ReactiveElasticsearchRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
Creates a new ReactiveElasticsearchRepositoryFactoryBean for the given repository interface.
ReactiveElasticsearchRepositoryMetadata - Class in org.springframework.data.elasticsearch.repository.support
 
ReactiveElasticsearchRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryMetadata
 
ReactiveElasticsearchStringQuery - Class in org.springframework.data.elasticsearch.repository.query
 
ReactiveElasticsearchStringQuery(ReactiveElasticsearchQueryMethod, ReactiveElasticsearchOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchStringQuery
 
ReactiveElasticsearchStringQuery(String, ReactiveElasticsearchQueryMethod, ReactiveElasticsearchOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchStringQuery
 
reactiveElasticsearchTemplate(ElasticsearchConverter, ReactiveElasticsearchClient) - Method in class org.springframework.data.elasticsearch.config.AbstractReactiveElasticsearchConfiguration
ReactiveElasticsearchTemplate - Class in org.springframework.data.elasticsearch.core
 
ReactiveElasticsearchTemplate(ReactiveElasticsearchClient) - Constructor for class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
ReactiveElasticsearchTemplate(ReactiveElasticsearchClient, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
ReactiveElasticsearchTemplate.DocumentCallback<T> - Interface in org.springframework.data.elasticsearch.core
 
ReactiveElasticsearchTemplate.ReadDocumentCallback<T> - Class in org.springframework.data.elasticsearch.core
 
ReactiveElasticsearchTemplate.ReadSearchDocumentCallback<T> - Class in org.springframework.data.elasticsearch.core
 
ReactiveElasticsearchTemplate.SearchDocumentCallback<T> - Interface in org.springframework.data.elasticsearch.core
 
ReactiveIndexOperations - Interface in org.springframework.data.elasticsearch.core
Interface defining operations on indexes for the reactive stack.
ReactivePartTreeElasticsearchQuery - Class in org.springframework.data.elasticsearch.repository.query
 
ReactivePartTreeElasticsearchQuery(ReactiveElasticsearchQueryMethod, ReactiveElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactivePartTreeElasticsearchQuery
 
ReactiveResourceUtil - Class in org.springframework.data.elasticsearch.core
Utility to reactively read Resources.
ReactiveRestClients - Class in org.springframework.data.elasticsearch.client.reactive
Utility class for common access to reactive Elasticsearch clients.
ReactiveSearchOperations - Interface in org.springframework.data.elasticsearch.core
The reactive operations for the Elasticsearch Document APIs.
read(Class<R>, Document) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
read(String) - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentPropertyConverter
converts a property value from a String.
readAliasFrom(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper.MapTypeAliasAccessor
 
ReadDocumentCallback(EntityReader<? super T, Document>, Class<T>, IndexCoordinates) - Constructor for class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadDocumentCallback
 
ReadDocumentCallback(EntityReader<? super T, Document>, Class<T>, IndexCoordinates) - Constructor for class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadDocumentCallback
 
readEntity(ElasticsearchPersistentEntity<?>, Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
readFileFromClasspath(String) - Static method in class org.springframework.data.elasticsearch.core.ReactiveResourceUtil
Read a ClassPathResource into a reactor.core.publisher.Mono.
readFileFromClasspath(String) - Static method in class org.springframework.data.elasticsearch.core.ResourceUtil
Read a ClassPathResource into a String.
readProperties(ElasticsearchPersistentEntity<?>, R, MappingElasticsearchConverter.ElasticsearchPropertyValueProvider) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
ReadSearchDocumentCallback(Class<T>, IndexCoordinates) - Constructor for class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadSearchDocumentCallback
 
ReadSearchDocumentResponseCallback(Class<T>, IndexCoordinates) - Constructor for class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadSearchDocumentResponseCallback
 
ReadSearchScrollDocumentResponseCallback(Class<T>, IndexCoordinates) - Constructor for class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate.ReadSearchScrollDocumentResponseCallback
 
readValue(Object, ElasticsearchPersistentProperty, TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
refresh() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Refresh the index(es) this IndexOperations is bound to
refresh() - Method in interface org.springframework.data.elasticsearch.core.ReactiveIndexOperations
Refresh the index(es) this IndexOperations is bound to
refreshIndex(HttpHeaders, RefreshRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
refreshIndex(Consumer<RefreshRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given RefreshRequest against the indices API.
refreshIndex(RefreshRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given RefreshRequest against the indices API.
refreshIndex(HttpHeaders, RefreshRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given RefreshRequest against the indices API.
refreshPolicy() - Method in class org.springframework.data.elasticsearch.config.AbstractReactiveElasticsearchConfiguration
Set up the write RefreshPolicy.
refreshPolicy() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
Set up the write RefreshPolicy.
RefreshPolicy - Enum in org.springframework.data.elasticsearch.core
Enum defining the refresh policy.
registerDerivedNodeNameWithLogger(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean.TestNode
Deprecated.
 
reindex(ReindexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
Remove(AliasActionParameters) - Constructor for class org.springframework.data.elasticsearch.core.index.AliasAction.Remove
 
remove(Object) - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
removeAlias(AliasQuery) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
Deprecated.
RemoveIndex(AliasActionParameters) - Constructor for class org.springframework.data.elasticsearch.core.index.AliasAction.RemoveIndex
 
RequestBodyEncodingException - Exception in org.springframework.data.elasticsearch.client.reactive
Exception thrown if the request body cannot be properly encoded.
RequestBodyEncodingException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.client.reactive.RequestBodyEncodingException
Construct a new instance of RequestBodyEncodingException with the given message and exception.
RequestConverters - Class in org.springframework.data.elasticsearch.client.util
Original implementation source RequestConverters and IndicesRequestConverters by Elasticsearch (https://www.elastic.co) licensed under the Apache License, Version 2.0.
RequestCreator - Interface in org.springframework.data.elasticsearch.client.reactive
 
requestFactory - Variable in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
requestFactory - Variable in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
requiresTypeHint(Class<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Check if a given type requires a type hint (aka _class attribute) when writing to the document.
RescorerQuery - Class in org.springframework.data.elasticsearch.core.query
Implementation of RescorerQuery to be used for rescoring filtered search results.
RescorerQuery(Query) - Constructor for class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
RescorerQuery.ScoreMode - Enum in org.springframework.data.elasticsearch.core.query
 
resolveRouting(T) - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
Resolves the routing for a bean.
resolveRouting(T) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
ResourceFailureException - Exception in org.springframework.data.elasticsearch
 
ResourceFailureException(String) - Constructor for exception org.springframework.data.elasticsearch.ResourceFailureException
 
ResourceFailureException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.ResourceFailureException
 
ResourceUtil - Class in org.springframework.data.elasticsearch.core
Utility to read Resources.
ResponseConverter - Class in org.springframework.data.elasticsearch.core
Factory class to convert elasticsearch responses to different type of data classes.
rest() - Method in interface org.springframework.data.elasticsearch.client.RestClients.ElasticsearchRestClient
Apply the configuration to create a RestHighLevelClient.
RestClientBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
 
RestClientBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.RestClientBeanDefinitionParser
 
RestClientFactoryBean - Class in org.springframework.data.elasticsearch.client
RestClientFactoryBean
RestClientFactoryBean() - Constructor for class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
RestClients - Class in org.springframework.data.elasticsearch.client
Utility class for common access to Elasticsearch clients.
RestClients.ElasticsearchRestClient - Interface in org.springframework.data.elasticsearch.client
 
ResultProcessingConverter(ResultProcessor) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryExecution.ResultProcessingConverter
 
ResultProcessingExecution(ReactiveElasticsearchQueryExecution, Converter<Object, Object>) - Constructor for class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryExecution.ResultProcessingExecution
 
rethrottleDeleteByQuery(RethrottleRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
rethrottleReindex(RethrottleRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
rethrottleUpdateByQuery(RethrottleRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
Routing - Annotation Type in org.springframework.data.elasticsearch.annotations
Annotation to enable custom routing values for an entity.
routingResolver - Variable in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
RoutingResolver - Interface in org.springframework.data.elasticsearch.core.routing
 

S

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 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(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
save(T) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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(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>>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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.
script() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
 
ScriptedField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
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(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 SearchScrollRequest.scroll(Scroll)
ScrollState() - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
 
ScrollState(String) - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
 
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<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
search(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
search(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
search(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
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.
SearchDocument - Interface in org.springframework.data.elasticsearch.core.document
Extension to Document exposing search response related data.
SearchDocumentResponse - Class in org.springframework.data.elasticsearch.core.document
This represents the complete search response from Elasticsearch, including the returned documents.
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
Executes the given Query against elasticsearch and return result as SearchHitsIterator.
searchForStream(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Executes the given Query against elasticsearch and return result as SearchHitsIterator.
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
 
SearchHits<T> - Interface in org.springframework.data.elasticsearch.core
Encapsulates a list of SearchHits with additional information from the search.
SearchHitsImpl<T> - Class in org.springframework.data.elasticsearch.core
Basic implementation of SearchScrollHits
SearchHitsImpl(long, TotalHitsRelation, float, String, List<? extends SearchHit<T>>, Aggregations) - Constructor for class org.springframework.data.elasticsearch.core.SearchHitsImpl
 
SearchHitsIterator<T> - Interface in org.springframework.data.elasticsearch.core
A SearchHitsIterator encapsulates SearchHit results that can be wrapped in a Java 8 Stream.
SearchHitSupport - Class in org.springframework.data.elasticsearch.core
Utility class with helper methods for working with SearchHit.
SearchHitsUtil - Class in org.springframework.data.elasticsearch.support
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
The operations for the Elasticsearch Document APIs.
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(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
 
searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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
 
searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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.core.AbstractElasticsearchTemplate
 
searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
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
 
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.convert.MappingElasticsearchConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
setBoostTerms(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setClientIgnoreClusterName(Boolean) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setClientNodesSamplerInterval(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setClientPingTimeout(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setClientTransportSniff(Boolean) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setClusterName(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
setClusterName(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setClusterNodes(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
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.completion.Completion
 
setConversions(CustomConversions) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Set the CustomConversions to be applied during the mapping process.
setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
Configures the ElasticsearchOperations to be used to create Elasticsearch repositories.
setEnableHttp(boolean) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
Set the EntityCallbacks instance to use when invoking callbacks like the BeforeConvertCallback.
setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Set the ReactiveEntityCallbacks instance to use when invoking callbacks like the ReactiveBeforeConvertCallback.
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.
setFieldType(FieldType) - Method in interface org.springframework.data.elasticsearch.core.query.Field
 
setFieldType(FieldType) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
 
setFilter(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
setFilterBuilder(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
setHeadersSupplier(Supplier<HttpHeaders>) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
setHighlightQuery(HighlightQuery) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Sets the HighlightQuery.
setHosts(String) - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
 
setId(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
Set the identifier for this Document.
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setIndex(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
Sets the index name for this document
setIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
setIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
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.completion.Completion
 
setLocal(boolean) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
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
 
setMaxWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMinDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
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.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
Deprecated.
from 4.0. Elasticsearch 7 does not support the parent id in an index request. parent/child relations must be modeled using the join datatype. Setting it here will have no effect.
setPathConfiguration(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
setPathData(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
setPathHome(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
Deprecated.
 
setPercentTermsToMatch(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setPersistentPropertyAccessorFactory(PersistentPropertyAccessorFactory) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
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
Set the primary_term for this Document.
setPrimaryTerm(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setProperties(Properties) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
setReactiveElasticsearchOperations(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
Configures the ReactiveElasticsearchOperations to be used.
setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
Set the default RefreshPolicy to apply when writing to Elasticsearch.
setRescorerQueries(List<RescorerQuery>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Sets the RescorerQuery.
setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
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 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 interface org.springframework.data.elasticsearch.core.query.Query
Sets the setSearchAfter objects for this query.
setSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
Deprecated.
 
setSearchTemplate(SearchTemplateRequestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
setSearchTimeout(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
setSeqNo(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
Set the seq_no for this Document.
setSeqNo(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
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
 
setTrackTotalHits(Boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Sets the flag whether to set the Track_total_hits parameter on queries Elasticseacrh documentation
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
Set the version for this Document.
setVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setWeight(Integer) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
 
shouldGenerateId() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
 
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
Elasticsearch specific PersistentEntity implementation holding
SimpleElasticsearchPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
SimpleElasticsearchPersistentProperty - Class in org.springframework.data.elasticsearch.core.mapping
Elasticsearch specific PersistentProperty implementation processing
SimpleElasticsearchPersistentProperty(Property, PersistentEntity<?, ElasticsearchPersistentProperty>, SimpleTypeHolder, FieldNamingStrategy) - 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
 
size() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
sourceExists(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
SourceFilter - Interface in org.springframework.data.elasticsearch.core.query
SourceFilter for providing includes and excludes.
startsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
status() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
status() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Get the current client ReactiveElasticsearchClient.Status.
storeNullValue() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
storeNullValue() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
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
 
subCriteria(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
adds a Criteria as subCriteria
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(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
suggest(SuggestBuilder, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
Does a suggest query
suggest(SuggestBuilder, 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
Does a suggest query
suggest(SuggestBuilder, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
Does a suggest query

T

TemplateData - Class in org.springframework.data.elasticsearch.core.index
Data returned for template information retrieval.
TemplateData.TemplateDataBuilder - Class in org.springframework.data.elasticsearch.core.index
 
templatesExist() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
templatesExist(IndexTemplatesExistRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
TermVector - Enum in org.springframework.data.elasticsearch.annotations
 
TestNode(Settings, Collection<Class<? extends Plugin>>) - Constructor for class org.springframework.data.elasticsearch.client.NodeClientFactoryBean.TestNode
Deprecated.
 
toAliasData(AliasMetadata) - Static method in class org.springframework.data.elasticsearch.core.ResponseConverter
 
toArray(List<String>) - Static method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
toEntity(Document) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.DocumentCallback
 
toEntity(Document) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadDocumentCallback
 
toEntity(SearchDocument) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadSearchDocumentCallback
 
toEntity(SearchDocument) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.SearchDocumentCallback
 
toJson() - Method in interface org.springframework.data.elasticsearch.core.geo.GeoJson
 
toJson() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
toJson() - Method in interface org.springframework.data.elasticsearch.support.StringObjectMap
Render this Document to JSON.
toPoint(GeoPoint) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
toSearchHit(SearchDocument) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadSearchDocumentCallback
 
toSearchHit(SearchDocument) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.SearchDocumentCallback
 
toString() - Method in enum org.springframework.data.elasticsearch.annotations.Similarity
 
toString() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
 
toString() - Method in class org.springframework.data.elasticsearch.core.document.Explanation
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
 
toString() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
toString() - Method in class org.springframework.data.elasticsearch.core.index.Settings
 
toString() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
 
toString() - Method in class org.springframework.data.elasticsearch.core.SearchHit
 
toString() - Method in class org.springframework.data.elasticsearch.core.SearchHitsImpl
 
toString() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
 
TotalHitsRelation - Enum in org.springframework.data.elasticsearch.core
Enum to represent the relation that Elasticsearch returns for the totalHits value Elasticsearch docs
transform(Function<? super Document, ? extends R>) - Method in interface org.springframework.data.elasticsearch.core.document.Document
This method allows the application of a function to this Document.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchExceptionTranslator
 
TransportClientBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
Deprecated.
as of 4.0
TransportClientBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.TransportClientBeanDefinitionParser
Deprecated.
 
TransportClientFactoryBean - Class in org.springframework.data.elasticsearch.client
Deprecated.
as of 4.0
TransportClientFactoryBean() - Constructor for class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
Deprecated.
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonGeometryCollection
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonLineString
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiLineString
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPoint
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonMultiPolygon
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonPoint
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
 
TYPE - Static variable in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
 

U

UncategorizedElasticsearchException - Exception in org.springframework.data.elasticsearch
 
UncategorizedElasticsearchException(String) - Constructor for exception org.springframework.data.elasticsearch.UncategorizedElasticsearchException
 
UncategorizedElasticsearchException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.UncategorizedElasticsearchException
 
unwrapSearchHits(Object) - Static method in class org.springframework.data.elasticsearch.core.SearchHitSupport
unwraps the data contained in a SearchHit for different types containing SearchHits if possible
update(HttpHeaders, UpdateRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
update(Consumer<UpdateRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute an UpdateRequest against the update API to alter a document.
update(UpdateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given UpdateRequest against the update API to alter a document.
update(HttpHeaders, UpdateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute the given UpdateRequest against the update API to alter a document.
update() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
update(UpdateRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
update(UpdateQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Partial update of the document.
update(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
update(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
update(UpdateQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Partial update of the document.
update(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
updateAlias() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
updateAliases(HttpHeaders, IndicesAliasesRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
updateAliases(Consumer<IndicesAliasesRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given IndicesAliasesRequest against the indices API.
updateAliases(IndicesAliasesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given IndicesAliasesRequest against the indices API.
updateAliases(HttpHeaders, IndicesAliasesRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Execute the given IndicesAliasesRequest against the indices API.
updateAliases(IndicesAliasesRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
updateBy(HttpHeaders, UpdateByQueryRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
 
updateBy(Consumer<UpdateByQueryRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a UpdateByQueryRequest against the update by query API.
updateBy(UpdateByQueryRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a UpdateByQueryRequest against the update by query API.
updateBy(HttpHeaders, UpdateByQueryRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
Execute a UpdateByQueryRequest against the update by query API.
updateByQuery() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
 
updateByQuery(UpdateByQueryRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
 
updateByQuery(UpdateQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
Update document(s) by query
updateByQuery(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
 
updateByQuery(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
Deprecated.
 
updateByQuery(UpdateQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
Update document(s) by query.
updateByQuery(UpdateQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
updateCriteriaQuery(CriteriaQuery, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
Updates a CriteriaQuery by renaming the property names in the query to the correct mapped field names and the values to the converted values if the ElasticsearchPersistentProperty for a property has a ElasticsearchPersistentPropertyConverter.
updateCriteriaQuery(CriteriaQuery, Class<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
updateIndexedObject(Object, IndexedObjectInformation) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
updateIndexedObjectsWithQueries(List<?>, List<IndexedObjectInformation>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
updateMapping(Consumer<PutMappingRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
since 4.1, use putMapping(Consumer)
updateMapping(PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
updateMapping(HttpHeaders, PutMappingRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
Deprecated.
updateQuery(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
Updates a query by renaming the property names in the query to the correct mapped field names and the values to the converted values if the ElasticsearchPersistentProperty for a property has a ElasticsearchPersistentPropertyConverter.
UpdateQuery - Class in org.springframework.data.elasticsearch.core.query
Defines an update request.
UpdateQuery.Builder - Class in org.springframework.data.elasticsearch.core.query
 
UpdateResponse - Class in org.springframework.data.elasticsearch.core.query
Response data from an update request (UpdateQuery).
UpdateResponse(UpdateResponse.Result) - Constructor for class org.springframework.data.elasticsearch.core.query.UpdateResponse
 
UpdateResponse.Result - Enum in org.springframework.data.elasticsearch.core.query
 
updateScrollId(String) - Method in class org.springframework.data.elasticsearch.client.util.ScrollState
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.elasticsearch.repository.config.ReactiveElasticsearchRepositoryConfigurationExtension
 
useSsl() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
Returns true when the client should use SSL.
usingSsl() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.MaybeSecureClientConfigurationBuilder
Connect via https
NOTE You need to leave out the protocol in ClientConfiguration.ClientConfigurationBuilderWithRequiredEndpoint.connectedTo(String).
usingSsl(SSLContext) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.MaybeSecureClientConfigurationBuilder
Connect via https using the given SSLContext.
usingSsl(SSLContext, HostnameVerifier) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.MaybeSecureClientConfigurationBuilder
Connect via https using the givens SSLContext and HostnameVerifier HostnameVerifier .

V

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.DynamicMappingValue
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.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.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.DateTimeConverters.JavaDateConverter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Deprecated.
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.GeoDistanceOrder.Mode
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.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.ScriptType
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.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.DynamicMappingValue
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.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.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.DateTimeConverters.JavaDateConverter
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.core.convert.DateTimeConverters.JodaDateTimeConverter
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.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
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.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() - 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.GeoDistanceOrder.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.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.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.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.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_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
 

W

WebClientProvider - Interface in org.springframework.data.elasticsearch.client.reactive
Provider for WebClients using a pre-configured scheme.
where(String) - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
Static factory method to create a new Criteria for field with given name
where(Field) - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
Static factory method to create a new Criteria for provided field
with(Sort.Direction) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
with(Sort.NullHandling) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
with(GeoDistanceOrder.DistanceType) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
with(GeoDistanceOrder.Mode) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
withAborted(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withAbortOnVersionConflict(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withAliasActions(AliasActions) - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
withAliases(String...) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withAliases(Map<String, AliasData>) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withAliasName(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withBasicAuth(String, String) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure the username and password to be sent as a Basic Authentication header
withBatches(int) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withBatchSize(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withBulkRetries(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withCause(Exception) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withCollapseField(String) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withConnectTimeout(long) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure the milliseconds for the connect timeout.
withConnectTimeout(Duration) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure a Duration connect timeout.
withDefaultHeaders(HttpHeaders) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
 
withDefaultHeaders(HttpHeaders) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Create a new instance of WebClientProvider applying the given headers by default.
withDeleted(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withDocAsUpsert(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withDocument(Document) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withErrorListener(Consumer<Throwable>) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Create a new instance of WebClientProvider calling the given Consumer on error.
withExcludes(String...) - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
withFailures(List<ByQueryResponse.Failure>) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withFetchSource(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withFetchSourceExcludes(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withFetchSourceIncludes(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withFields(String...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withFilter(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withFilter(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withFilterBuilder(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withFilterQuery(Query) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withFilterQuery(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withHeaders(Supplier<HttpHeaders>) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
set a supplier for custom headers.
withHighlightBuilder(HighlightBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withHighlightFields(HighlightBuilder.Field...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withHttpClientConfigurer(RestClientBuilder.HttpClientConfigCallback) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Register a {HttpClientConfigCallback} to configure the non-reactive REST client.
withId(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withIds(Collection<String>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withIfPrimaryTerm(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withIfSeqNo(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withIgnoreUnmapped(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
within(GeoPoint, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for location WITHIN distance
within(Point, Distance) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for location WITHIN distance
within(String, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for geoLocation WITHIN distance
within(GeoJson<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Adds a new filter CriteriaEntry for GEO_WITHIN.
withIncludes(String...) - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
withIndex(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withIndex(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
withIndexPatterns(String[]) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withIndices(String...) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withIndicesOptions(IndicesOptions) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withInnerRing(Point, Point, Point, Point, Point...) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates a new GeoJsonPolygon with an inner ring defined be the given Points.
withInnerRing(GeoPoint, GeoPoint, GeoPoint, GeoPoint, GeoPoint...) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates a new GeoJsonPolygon with an inner ring defined be the given GeoPoints.
withInnerRing(List<Point>) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates a new GeoJsonPolygon with an inner ring defined be the given List of Points.
withInnerRing(GeoJsonLineString) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates a new GeoJsonPolygon with an inner ring defined be the given GeoJsonLineString.
withInnerRingOfGeoPoints(List<GeoPoint>) - Method in class org.springframework.data.elasticsearch.core.geo.GeoJsonPolygon
Creates a new GeoJsonPolygon with an inner ring defined be the given List of GeoPoints.
withIsHidden(Boolean) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withIsWriteIndex(Boolean) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withLang(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withMapping(Document) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withMappings(Document) - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
withMaxDocs(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withMaxResults(Integer) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withMaxRetries(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withMinScore(float) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withNodeId(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
withNoops(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withObject(Object) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withOpType(IndexQuery.OpType) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withOrder(int) - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
withOrder(int) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withParams(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
Deprecated.
withPathPrefix(String) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure the path prefix that will be prepended to any HTTP(s) requests
withPathPrefix(String) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Create a new instance of WebClientProvider where HTTP requests are called with the given path prefix.
withPipeline(String) - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
withPipeline(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withPreference(String) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withProperty(String) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
withProxy(String) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
 
withQuery(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withQueryWeight(float) - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
withReason(Throwable) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
withReasonCancelled(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withRefreshPolicy(WriteRequest.RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
withRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withRequestsPerSecond(Float) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withRescoreQueryWeight(float) - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
withRescorerQuery(RescorerQuery) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withRetryOnConflict(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withRoute(String) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withRouting(RoutingResolver) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
 
withRouting(RoutingResolver) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Returns a copy of this instance with the same configuration, but that uses a different RoutingResolver to obtain routing information.
withRouting(String) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withRouting(RoutingResolver) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
Returns a copy of this instance with the same configuration, but that uses a different RoutingResolver to obtain routing information.
withRouting(RoutingResolver) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
 
withRoutingId(String) - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
withScoreMode(RescorerQuery.ScoreMode) - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
withScript(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withScriptedUpsert(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withScriptField(ScriptField) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withScriptName(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withScriptType(ScriptType) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withSearchFailure(List<ByQueryResponse.SearchFailure>) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withSearchRetries(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.index.AliasActionParameters.Builder
 
withSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
Deprecated.
 
withSearchTemplate(SearchTemplateRequestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSearchType(SearchType) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSeqNo(Long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withSeqNoPrimaryTerm(SeqNoPrimaryTerm) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withSettings(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
withSettings(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withShardId(Integer) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
withShouldStoreResult(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withSlices(Integer) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withSocketTimeout(long) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure the milliseconds for the socket timeout.
withSocketTimeout(Duration) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
Configure a socket timeout which is typically applied as SO-timeout/read timeout.
withSort(SortBuilder<?>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withSourceFilter(SourceFilter) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withStatus(Integer) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withStatus(Integer) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.SearchFailure.SearchFailureBuilder
 
withTerm(Long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withTimedOut(boolean) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withTimeout(TimeValue) - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
withTimeout(TimeValue) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withTimeout(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withTook(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withTotal(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withTrackScores(boolean) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withTrackTotalHits(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withType(String) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure.FailureBuilder
 
withUnit(String) - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
 
withUpdated(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withUpsert(Document) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withVersion(Integer) - Method in class org.springframework.data.elasticsearch.core.index.PutTemplateRequest.TemplateRequestBuilder
 
withVersion(Integer) - Method in class org.springframework.data.elasticsearch.core.index.TemplateData.TemplateDataBuilder
 
withVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withVersionConflicts(long) - Method in class org.springframework.data.elasticsearch.core.query.ByQueryResponse.ByQueryResponseBuilder
 
withWaitForActiveShards(ActiveShardCount) - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions.BulkOptionsBuilder
 
withWaitForActiveShards(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery.Builder
 
withWebClientConfigurer(Function<WebClient, WebClient>) - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration.TerminalClientConfigurationBuilder
set customization hook in case of a reactive configuration
withWebClientConfigurer(Function<WebClient, WebClient>) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
Create a new instance of WebClientProvider calling the given Function to configure the WebClient.
withWindowSize(int) - Method in class org.springframework.data.elasticsearch.core.query.RescorerQuery
 
write(Object, Document) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
write(Object) - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentPropertyConverter
converts the property value to a String.
writeInternal(Object, Map<String, Object>, TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Internal write conversion method which should be used for nested invocations.
writeInternal(Object, Map<String, Object>, ElasticsearchPersistentEntity<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Internal write conversion method which should be used for nested invocations.
writeMapInternal(Map<?, ?>, Map<String, Object>, TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
Writes the given Map to the given Document considering the given TypeInformation.
writeProperties(ElasticsearchPersistentEntity<?>, PersistentPropertyAccessor<?>, MappingElasticsearchConverter.MapValueAccessor) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
writeProperty(ElasticsearchPersistentProperty, Object, MappingElasticsearchConverter.MapValueAccessor) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
writeTypeAndParametersTo(XContentBuilder) - Method in class org.springframework.data.elasticsearch.core.index.MappingParameters
writes the different fields to the builder.
writeTypeTo(Map<String, Object>, Object) - Method in class org.springframework.data.elasticsearch.core.convert.DefaultElasticsearchTypeMapper.MapTypeAliasAccessor
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Spring Data Elasticsearch

Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.