- checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- checkForBulkOperationFailure(BulkResponse) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- 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
-
Crates new CriteriaEntry with leading and trailing wildcards
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
- containsTypeInformation(Map<String, Object>) - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
-
- 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
-
- convert(ReadableInstant) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
-
- convert(LocalDateTime) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
-
- 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.AbstractElasticsearchRepository
-
- count() - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- create(String) - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- create(InetSocketAddress) - Static method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- create(HttpHeaders, String...) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration, RequestCreator) - Static method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients
-
Start here to create a new client tailored to your needs.
- create(ClientConfiguration, RequestCreator) - Static method in class org.springframework.data.elasticsearch.client.reactive.ReactiveRestClients
-
Start here to create a new client tailored to your needs.
- create(String) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- create(String, ClientHttpConnector) - Static method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- create(ClientConfiguration) - Static method in class org.springframework.data.elasticsearch.client.RestClients
-
Start here to create a new client tailored to your needs.
- create(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Static method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchTypeMapper
-
- create() - Static method in interface org.springframework.data.elasticsearch.core.document.Document
-
- create() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index.
- create(Document) - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Create an index for given Settings.
- create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
-
- create(Part, Iterator<Object>) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
-
- createAssociation() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- createContentType(XContentType) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
Returns a ContentType
from a given XContentType
.
- 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(Consumer<CreateIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given CreateIndexRequest
against the indices API.
- 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.
- createIndex(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- createIndex(String, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- createIndex(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- createIndex(Class<?>, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- 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
- 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
-
- createWebClient(InetSocketAddress) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
- 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
-
- Criteria(List<Criteria>, Field) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
-
- Criteria.CriteriaEntry - Class in org.springframework.data.elasticsearch.core.query
-
- Criteria.OperationKey - Enum in org.springframework.data.elasticsearch.core.query
-
- CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.elasticsearch.core.query.Criteria
-
- 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
-
- CustomGeoModule() - Constructor for class org.springframework.data.elasticsearch.core.geo.CustomGeoModule
-
Creates a new
CustomGeoModule
registering serializers and deserializers for spring data commons geo-spatial types.
- DateFormat - Enum in org.springframework.data.elasticsearch.annotations
-
- 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
-
- DateTimeConverters.JodaDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- DateTimeConverters.JodaLocalDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
-
- 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
-
- 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
-
- defaultOptions() - Static method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- DefaultReactiveElasticsearchClient - Class in org.springframework.data.elasticsearch.client.reactive
-
- DefaultReactiveElasticsearchClient(HostProvider) - Constructor for class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- DefaultReactiveElasticsearchClient(HostProvider, RequestCreator) - Constructor for class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- 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(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 interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Delete the one object with provided id.
- 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<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Delete all records matching the query.
- delete(DeleteQuery, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
- delete(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- delete(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- delete(DeleteQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
Deprecated.
- delete(String, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
-
Deprecated.
- delete(DeleteQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
-
Deprecated.
- 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
-
- delete(Object) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Delete the given entity extracting index and type from entity metadata.
- delete(Object, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Delete the given entity extracting index and type 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 and type from entity metadata.
- delete(String, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
- delete(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Delete the documents matching the given
Query
extracting index and type 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 and type 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(T) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- 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.AbstractElasticsearchRepository
-
- deleteAll() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- 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
-
- 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.AbstractElasticsearchRepository
-
- 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.
- deleteIndex(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- deleteIndex(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- deleteIndex(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- DeleteQuery - Class in org.springframework.data.elasticsearch.core.query
-
- DeleteQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- deleteScript(DeleteStoredScriptRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- destroy() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- 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.ReactiveElasticsearchTemplate
-
- 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
with
String
keys.
- 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
-
- 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
.
- doGet(GetRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Customization hook on the actual execution result Publisher
.
- 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
-
- doWith(Document) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.DocumentCallback
-
- doWith(Document) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadDocumentCallback
-
- doWith(SearchDocument) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.ReadSearchDocumentCallback
-
- doWith(SearchDocument) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate.SearchDocumentCallback
-
- 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
-
- DynamicMapping - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- DynamicMappingValue - Enum in org.springframework.data.elasticsearch.annotations
-
- DynamicTemplates - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Elasticsearch dynamic templates mapping.
- ElasticsearchAuditingBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
-
- 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
-
- ElasticsearchCrudRepository<T,ID> - Interface in org.springframework.data.elasticsearch.repository
-
- elasticsearchCustomConversions() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchCustomConversions - Class in org.springframework.data.elasticsearch.core.convert
-
- ElasticsearchCustomConversions(Collection<?>) - Constructor for class org.springframework.data.elasticsearch.core.convert.ElasticsearchCustomConversions
-
- ElasticsearchDateConverter - Class in org.springframework.data.elasticsearch.core.convert
-
Provides Converter instances to convert to and from Dates in the different date and time formats that elasticsearch
understands.
- ElasticsearchEntityInformation<T,ID> - Interface in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchEntityInformationCreator - Interface in org.springframework.data.elasticsearch.repository.support
-
ElasticsearchEntityInformationCreator
- ElasticsearchEntityInformationCreatorImpl - Class in org.springframework.data.elasticsearch.repository.support
-
ElasticsearchEntityInformationCreatorImpl
- ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
-
- elasticsearchEntityMapper(SimpleElasticsearchMappingContext) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchEntityMetadata<T> - Interface in org.springframework.data.elasticsearch.repository.query
-
- ElasticsearchException - Exception in org.springframework.data.elasticsearch
-
- ElasticsearchException(String) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
-
Deprecated.
- ElasticsearchException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
-
Deprecated.
- ElasticsearchException(String, Throwable, Map<String, String>) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
-
Deprecated.
- ElasticsearchException(String, Map<String, String>) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
-
Deprecated.
- ElasticsearchExceptionTranslator - Class in org.springframework.data.elasticsearch.core
-
- ElasticsearchExceptionTranslator() - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchExceptionTranslator
-
- ElasticsearchHost - Class in org.springframework.data.elasticsearch.client
-
Value Object containing information about Elasticsearch cluster nodes.
- ElasticsearchHost(InetSocketAddress, ElasticsearchHost.State) - Constructor for class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- ElasticsearchHost.State - Enum in org.springframework.data.elasticsearch.client
-
- elasticsearchMappingContext() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
- ElasticsearchNamespaceHandler - Class in org.springframework.data.elasticsearch.config
-
ElasticsearchNamespaceHandler
- ElasticsearchNamespaceHandler() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
-
- elasticsearchOperations(ElasticsearchConverter) - 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
-
- 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
-
- ElasticsearchRepositoryBean(Bean<ElasticsearchOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
-
- ElasticsearchRepositoryConfigExtension - Class in org.springframework.data.elasticsearch.repository.config
-
- ElasticsearchRepositoryConfigExtension() - Constructor for class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
-
- ElasticsearchRepositoryExtension - Class in org.springframework.data.elasticsearch.repository.cdi
-
CDI extension to export Elasticsearch repositories.
- ElasticsearchRepositoryExtension() - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryExtension
-
- ElasticsearchRepositoryFactory - Class in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchRepositoryFactory(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- ElasticsearchRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.elasticsearch.repository.support
-
Spring
FactoryBean
implementation to ease container based configuration for
XML namespace and JavaConfig.
- ElasticsearchRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- ElasticsearchRepositoryMetadata - Class in org.springframework.data.elasticsearch.repository.support
-
- ElasticsearchRepositoryMetadata(Class<?>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
-
- ElasticsearchRestTemplate - Class in org.springframework.data.elasticsearch.core
-
ElasticsearchRestTemplate
- ElasticsearchRestTemplate(RestHighLevelClient) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- ElasticsearchRestTemplate(RestHighLevelClient, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- ElasticsearchRestTemplate.ClientCallback<T> - Interface in org.springframework.data.elasticsearch.core
-
- ElasticsearchSimpleTypes - Class in org.springframework.data.elasticsearch.core.mapping
-
- 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
-
- 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
-
- 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.
- 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
-
Crates new CriteriaEntry with leading wildcard
NOTE: mind your schema and execution times as leading wildcards may not be supported.
- entityClass - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- entityInformation - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- equals(Object) - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- execute(ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- execute(ReactiveElasticsearchClient.ReactiveElasticsearchClientCallback) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Compose the actual command/s to run against Elasticsearch using the underlying
connection
.
- execute(ElasticsearchRestTemplate.ClientCallback<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
Execute a callback with the RestHighLevelClient
- execute(ReactiveElasticsearchOperations.ClientCallback<Publisher<T>>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveElasticsearchOperations
-
- execute(ReactiveElasticsearchOperations.ClientCallback<Publisher<T>>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- execute(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.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
-
- 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
-
Creates a new CriteriaEntry for existence check.
- 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<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
- 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(String, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- existsById(ID) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- 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(Consumer<GetIndexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient.Indices
-
Execute the given GetIndexRequest
against the indices API.
- 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.
- explain(ExplainRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- expression(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Crates new CriteriaEntry allowing native elasticsearch expressions
- extractIdFromBean(T) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- GeoBox - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoBox(GeoPoint, GeoPoint) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoBox
-
- 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
-
- GeoPoint - Class in org.springframework.data.elasticsearch.core.geo
-
- GeoPoint(double, double) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoPoint
-
- GeoPointField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- get(HttpHeaders, GetRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- get(Consumer<GetRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute a GetRequest
against the get API to retrieve a document by id.
- get(GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given GetRequest
against the get API to retrieve a document by id.
- get(HttpHeaders, GetRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given GetRequest
against the get API to retrieve a document by id.
- get() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- get(InetSocketAddress) - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- get(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- get(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- get(GetQuery, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- get(Object, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Returns the value to which the specified key
is mapped, or null if this document contains no
mapping for the key.
- 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(GetQuery, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
- 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
-
- getActive() - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
- getActive(HostProvider.Verification) - Method in interface org.springframework.data.elasticsearch.client.reactive.HostProvider
-
Get the
WebClient
connecting to an active host.
- getAggregation(String) - Method in interface org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
-
Deprecated.
- getAggregation(String) - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
-
- getAggregations() - Method in interface org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
-
Deprecated.
- getAggregations() - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
-
- 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
-
- getAliasName() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- getAnnotatedHighlightQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- getAnnotatedQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- 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.core.document.Document
-
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.core.document.Document
-
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.core.document.Document
-
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
-
- getById(String) - Static method in class org.springframework.data.elasticsearch.core.query.GetQuery
-
Deprecated.
- getClient() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
-
Deprecated.
- getClient() - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- 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
-
Conjunction to be used with this criteria (AND | OR)
- getConnectTimeout() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- 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
-
- 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
-
- getDefaultHeaders() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getDefaultNamedXContents() - Static method in class org.springframework.data.elasticsearch.client.util.NamedXContents
-
- getDistanceType() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getDocAsUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getDocument(Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- 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.
- getEntityClass() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- 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
-
- getErrorListener() - Method in interface org.springframework.data.elasticsearch.client.reactive.WebClientProvider
-
- getExcludes() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
-
- getExcludes() - Method in interface org.springframework.data.elasticsearch.core.query.SourceFilter
-
- getFactoryInstance(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- getFailedDocuments() - Method in exception org.springframework.data.elasticsearch.BulkFailureException
-
- getFailedDocuments() - Method in exception org.springframework.data.elasticsearch.ElasticsearchException
-
Deprecated.
- 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.query.Criteria
-
Field targeted by this Criteria
- 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.client.support.AliasData
-
- getFilter() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- getFilter() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getFilterBuilder() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- getFilterCriteria() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getFilterCriteriaEntries() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- getGeoPoint() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getHeadersSupplier() - Method in interface org.springframework.data.elasticsearch.client.ClientConfiguration
-
- 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
-
- getHosts() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- 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.query.GetQuery
-
Deprecated.
- 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(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- getIndex() - Method in exception org.springframework.data.elasticsearch.NoSuchIndexException
-
- getIndex_routing() - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- 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.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
-
- 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
-
- getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- getIndexStoreType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getIndexStoreType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getIndexTypeName() - Method in interface org.springframework.data.elasticsearch.repository.query.ElasticsearchEntityMetadata
-
- getIndexTypeName() - Method in class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- getIndicesBoost() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- getIndicesOptions() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Get indices options
- getInitialEntitySet() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
Scans the mapping base package for classes annotated with
Document
.
- getInput() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
-
- getInt(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
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.core.document.Document
-
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.core.document.Document
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getJavaType() - Method in class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- 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.core.document.Document
-
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.core.document.Document
-
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.core.document.Document
-
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(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getMapping(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getMapping() - Method in interface org.springframework.data.elasticsearch.core.IndexOperations
-
Get mapping for an index defined by a class.
- 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
-
- getMaxDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- 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.
- getMaxScore() - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
-
- getMaxScore() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getMaxScore() - Method in interface org.springframework.data.elasticsearch.core.ScoredPage
-
Deprecated.
- 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 interface org.springframework.data.elasticsearch.core.query.Field
-
- getName() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- getNodes() - Method in class org.springframework.data.elasticsearch.client.reactive.HostProvider.ClusterInformation
-
- getObject() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- 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
-
- getObjectType() - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- getObjectType() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
-
Deprecated.
- getOrder() - Method in class org.springframework.data.elasticsearch.core.event.AuditingEntityCallback
-
- getOrder() - Method in class org.springframework.data.elasticsearch.core.event.ReactiveAuditingEntityCallback
-
- 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
-
- getPageSize() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- getParameters() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
-
- getParams() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getParentId() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- getParentId(T) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
-
- getParentId(T) - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
-
- getParentIdProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getParentIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getParentType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getParentType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- 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
-
- 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
-
- getPersistentPropertyWithFieldName(String) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getPipeline() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- 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.query.IndexQuery
-
- getPrimaryTerm() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- getProjectionFactory() - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
-
- 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.DeleteQuery
-
Deprecated.
- GetQuery - Class in org.springframework.data.elasticsearch.core.query
-
- GetQuery(String) - Constructor for class org.springframework.data.elasticsearch.core.query.GetQuery
-
Deprecated.
- getQuery() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- 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
-
- getRefresh() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- 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.query.BulkOptions
-
- 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
-
- getRequiredSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- 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 class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getRouting() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- 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
-
- getScoreProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getScoreProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- 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
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.client.util.ScrollState
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
-
- getScrollId() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- getScrollId() - Method in interface org.springframework.data.elasticsearch.core.ScrolledPage
-
Deprecated.
- 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.
- getScrollTimeInMillis() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- getSearch_routing() - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- getSearchDocuments() - Method in class org.springframework.data.elasticsearch.core.document.SearchDocumentResponse
-
- 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
-
- getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- 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.query.IndexQuery
-
- getSeqNoPrimaryTermProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getSeqNoPrimaryTermProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- getSequenceNumber() - Method in class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
- getSetting(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getSetting(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getSettings(String, boolean) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- getSettings(Class<?>, boolean) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- 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 settings for a given indexName.
- getShards() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- getShards() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- 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
-
- getState() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- getStopWords() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- getString(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
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.core.document.Document
-
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.core.document.Document
-
Returns the value to which the specified key
is mapped or the value from defaultValue
if this
document contains no mapping for the key.
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactory
-
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.query.BulkOptions
-
- getTimeout() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- getTimestamp() - Method in class org.springframework.data.elasticsearch.client.ElasticsearchHost
-
- getTopLeft() - Method in class org.springframework.data.elasticsearch.core.geo.GeoBox
-
- 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
-
- getTypeName() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
-
Deprecated.
- getTypeNames() - Method in class org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
-
Deprecated.
- getUnit() - Method in class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
-
- getUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
-
- 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.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
-
- 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
-
- getWriteComplexValue(ElasticsearchPersistentProperty, TypeInformation<?>, Object) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- getWriteSimpleValue(Object) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- greaterThan(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- greaterThanEqual(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Crates new CriteriaEntry for RANGE [lowerBound TO *]
- in(Object...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
- in(Iterable<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
- 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 interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Index an object.
- index(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- index(IndexQuery, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
-
Deprecated.
- index(S) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
- 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
-
- 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
-
- indexExists() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- indexExists(GetIndexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- indexExists(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- indexExists(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- 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
-
- indexOperations - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- indexOps(Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- indexOps(IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
- 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.
- 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
-
- 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
-
- indexWithoutRefresh(S) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
- indexWithoutRefresh(S) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
Deprecated.
- 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
-
- is(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
Crates new CriteriaEntry without any wildcards
- 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
-
- isCreateIndexAndMapping() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- isCreateIndexAndMapping() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- isEnabled() - Static method in class org.springframework.data.elasticsearch.client.ClientLogger
-
Returns true if the logger is enabled.
- isIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- isImmutable() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- isLimiting() - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- 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 is a
SearchHits
or a collection of
SearchHit
.
- 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
-
- 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
-
- isScoreProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
- isScoreProperty() - 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
-
- 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
-
- 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
-
- iterator() - Method in interface org.springframework.data.elasticsearch.core.SearchHits
-
- iterator() - Method in class org.springframework.data.elasticsearch.repository.query.ConvertingParameterAccessor
-
- 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 and type from entity metadata.
- save(T) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the given entity extracting index and type 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, 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.AbstractElasticsearchRepository
-
- save(List<S>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- save(S) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- saveAll(Iterable<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities under the given type in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities under the given type in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- 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.
- Score - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- ScoredPage<T> - Interface in org.springframework.data.elasticsearch.core
-
- 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
-
- 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
-
- ScrolledPage<T> - Interface in org.springframework.data.elasticsearch.core
-
- 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<?>, Class<T>) - 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.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>, 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.
- search(QueryBuilder) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
- search(QueryBuilder, Pageable) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
- search(Query) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
- search(QueryBuilder) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- search(QueryBuilder, Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- search(Query) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
-
- SearchDocument - Interface in org.springframework.data.elasticsearch.core.document
-
Extension to
Document
exposing a 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.
- searchForStream(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- SearchHit<T> - Class in org.springframework.data.elasticsearch.core
-
Encapsulates the found data with additional information from the search.
- SearchHit(String, float, Object[], Map<String, 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
SearchHit
s with additional information from the search.
- SearchHitsImpl<T> - Class in org.springframework.data.elasticsearch.core
-
- 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
-
- 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
-
- 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.AbstractElasticsearchRepository
-
- 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.mapping.SimpleElasticsearchMappingContext
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- 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
-
- 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
-
- setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- setEnableHttp(boolean) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- 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(String) - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- setFilter(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- setFilterBuilder(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- 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
-
- setHosts(String) - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- setId(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setIndex_routing(String) - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- setIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- 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
-
- 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
-
- 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.
- setPageSize(Integer) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- setParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setPathConfiguration(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- setPathData(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- setPathHome(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
-
- setPercentTermsToMatch(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setPersistentEntityId(Object, String) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- 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
-
- setPrimaryTerm(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setProperties(Properties) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
-
Deprecated.
- setQuery(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- setReactiveElasticsearchOperations(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- setRefreshPolicy(WriteRequest.RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Set the default WriteRequest.RefreshPolicy
to apply when writing to Elasticsearch.
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- 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.
- setScrollTimeInMillis(Long) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
-
Deprecated.
- setSearch_routing(String) - Method in class org.springframework.data.elasticsearch.core.client.support.AliasData
-
- setSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
-
- setSearchTimeout(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
-
Deprecated.
- setSeqNo(long) - Method in interface org.springframework.data.elasticsearch.core.document.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
- settingPath() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- settingPath() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- setTrackTotalHits(boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setValue(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- setVersion(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setWeight(Integer) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
-
- 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
-
- SimpleElasticsearchPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- SimpleElasticsearchPersistentProperty - Class in org.springframework.data.elasticsearch.core.mapping
-
- SimpleElasticsearchPersistentProperty(Property, PersistentEntity<?, ElasticsearchPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- SimpleElasticsearchRepository<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
-
Elasticsearch specific repository implementation.
- SimpleElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- 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
-
- 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
-
Crates new CriteriaEntry with trailing wildcard
- status() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- status() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
- stream(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- stream(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- 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.AbstractElasticsearchRepository
-
- stringIdRepresentation(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- 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
-
- 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, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Does a suggest query
- 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.IndexOptions
-
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
-
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
-
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
-
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.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.UpdateQuery.Refresh
-
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.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.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.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
-
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
-
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
-
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.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.UpdateQuery.Refresh
-
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.TotalHitsRelation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.