- save(T) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(Iterable<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(Iterable<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T...) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- save(T) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Saves an entity to the index specified in the entity's Document annotation
- save(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Saves an entity to the index specified in the entity's Document annotation
- save(Iterable<T>) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the index retrieved from the entities' Document annotation
- save(Iterable<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the given index
- save(T...) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
saves the given entities to the index retrieved from the entities' Document annotation
- save(Mono<? extends T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the given entity, once available, extracting index from entity metadata.
- save(Mono<? extends T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the entity, once available, under the given type in the given index.
- save(T) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the given entity extracting index from entity metadata.
- save(T, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index the entity under the given type in the given index.
- save(T, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- save(T) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- save(S) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- save(List<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- save(S) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- saveAll(Iterable<T>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities the index extracted from entity metadata.
- saveAll(Iterable<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the index extracted from entity metadata.
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Index entities in the given index.
- saveAll(Mono<? extends Collection<? extends T>>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- saveAll(Mono<? extends Collection<? extends T>>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- saveAll(Publisher<S>) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- scanForEntities(String) - Method in class org.springframework.data.elasticsearch.config.ElasticsearchConfigurationSupport
-
Scans the given base package for entities, i.e.
- ScoreDoc - Class in org.springframework.data.elasticsearch.support
-
- ScoreDoc(float, int, int) - Constructor for class org.springframework.data.elasticsearch.support.ScoreDoc
-
- script() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
-
- ScriptedField - Annotation Type in org.springframework.data.elasticsearch.annotations
-
- ScriptField - Class in org.springframework.data.elasticsearch.core.query
-
- ScriptField(String, Script) - Constructor for class org.springframework.data.elasticsearch.core.query.ScriptField
-
- ScriptType - Enum in org.springframework.data.elasticsearch.core
-
Define script types for update queries.
- scroll(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- scroll(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search scroll API.
- scroll(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search scroll API.
- scroll() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- ScrollState - Class in org.springframework.data.elasticsearch.client.util
-
Mutable state object holding scrollId to be used for scroll requests.
- ScrollState() - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
-
- ScrollState(String) - Constructor for class org.springframework.data.elasticsearch.client.util.ScrollState
-
- 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<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- search(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- search(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- search(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the criteria query against elasticsearch and return result as
SearchHits
- search(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the criteria query against elasticsearch and return result as
SearchHits
- search(MoreLikeThisQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
more like this query to search for documents that are "like" a specific document.
- search(MoreLikeThisQuery, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
more like this query to search for documents that are "like" a specific document.
- SearchDocument - Interface in org.springframework.data.elasticsearch.core.document
-
Extension to
Document
exposing search response related data.
- SearchDocumentResponse - Class in org.springframework.data.elasticsearch.core.document
-
This represents the complete search response from Elasticsearch, including the returned documents.
- SearchDocumentResponse.EntityCreator<T> - Interface in org.springframework.data.elasticsearch.core.document
-
- searchForHits(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForHits(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForHits(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForHits(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- searchForPage(Query, Class<?>, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<?>, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- searchForPage(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<?>, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForPage(Query, Class<?>, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Search the index for entities matching the given
query
.
- searchForResponse(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- searchForResponse(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API returning the whole response in one Mono.
- searchForResponse(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API returning the whole response in one Mono.
- searchForStream(Query, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchForStream(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- searchForStream(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- SearchHit<T> - Class in org.springframework.data.elasticsearch.core
-
Encapsulates the found data with additional information from the search.
- SearchHit(String, String, String, float, Object[], Map<String, List<String>>, T) - Constructor for class org.springframework.data.elasticsearch.core.SearchHit
-
- SearchHit(String, String, String, float, Object[], Map<String, List<String>>, Map<String, SearchHits<?>>, NestedMetaData, Explanation, List<String>, T) - Constructor for class org.springframework.data.elasticsearch.core.SearchHit
-
- SearchHitMapping<T> - Class in org.springframework.data.elasticsearch.core
-
- SearchHits<T> - Interface in org.springframework.data.elasticsearch.core
-
Encapsulates a list of
SearchHit
s with additional information from the search.
- searchHitsFor(SearchHits<T>) - Static method in class org.springframework.data.elasticsearch.core.ReactiveSearchHitSupport
-
- SearchHitsImpl<T> - Class in org.springframework.data.elasticsearch.core
-
- SearchHitsImpl(long, TotalHitsRelation, float, String, List<? extends SearchHit<T>>, AggregationsContainer<?>, Suggest) - Constructor for class org.springframework.data.elasticsearch.core.SearchHitsImpl
-
- SearchHitsIterator<T> - Interface in org.springframework.data.elasticsearch.core
-
- SearchHitSupport - Class in org.springframework.data.elasticsearch.core
-
Utility class with helper methods for working with
SearchHit
.
- SearchHitsUtil - Class in org.springframework.data.elasticsearch.core
-
Utility class to prevent leaking of Lucene API into Spring Data Elasticsearch.
- searchOne(Query, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the query against elasticsearch and return the first returned object.
- searchOne(Query, Class<T>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
Execute the query against elasticsearch and return the first returned object.
- SearchOperations - Interface in org.springframework.data.elasticsearch.core
-
- SearchPage<T> - Interface in org.springframework.data.elasticsearch.core
-
Page definition for repositories that need to return a paged SearchHits.
- searchPageFor(SearchHits<T>, Pageable) - Static method in class org.springframework.data.elasticsearch.core.SearchHitSupport
-
- searchScroll(SearchScrollRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- searchScrollClear(String) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollClear(List<String>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollContinue(String, long, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- SearchScrollHits<T> - Interface in org.springframework.data.elasticsearch.core
-
This interface is used to expose the current scrollId
from the underlying scroll context.
- searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- searchScrollStart(long, Query, Class<T>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- searchSimilar(T, String[], Pageable) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
-
Search for similar entities using a morelikethis query
- searchSimilar(T, String[], Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- searchTemplate(HttpHeaders, SearchTemplateRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- searchTemplate(Consumer<SearchTemplateRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate(SearchTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate(HttpHeaders, SearchTemplateRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Executes a SearchTemplateRequest
against the search template API.
- searchTemplate() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- searchTemplate(SearchTemplateRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- searchType - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SeqNoPrimaryTerm - Class in org.springframework.data.elasticsearch.core.query
-
A container for seq_no and primary_term values.
- SeqNoPrimaryTerm(long, long) - Constructor for class org.springframework.data.elasticsearch.core.query.SeqNoPrimaryTerm
-
Creates an instance of SeqNoPrimaryTerm with the given seq_no and primary_term.
- setAggregations(List<AbstractAggregationBuilder<?>>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- setBoostTerms(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setCollapseBuilder(CollapseBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setContexts(Map<String, List<String>>) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setConversions(CustomConversions) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
-
- setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
-
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- setExplain(boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
Configures the
FieldNamingStrategy
to be used to determine the field name if no manual mapping is applied.
- setFields(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setFields(List<String>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Set fields to be returned as part of search request
- setFieldType(FieldType) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- setFieldType(FieldType) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setHeadersSupplier(Supplier<HttpHeaders>) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- setHighlightQuery(HighlightQuery) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setHighlightQuery(HighlightQuery) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setHosts(String) - Method in class org.springframework.data.elasticsearch.client.RestClientFactoryBean
-
- setId(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setId(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setIds(Collection<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Set Ids for a multi-get request with on this query.
- setIdsWithRouting(List<Query.IdWithRouting>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Set Ids with routing values for a multi-get request set on this query.
- setIndex(String) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
Sets the index name for this document
- setIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setIndicesOptions(IndicesOptions) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setIndicesOptions(IndicesOptions) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Set the default IndicesOptions
for search requests
.
- setInput(String[]) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- setMaxDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMaxQueryTerms(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMaxResults(Integer) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setMaxWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinScore(float) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setMinTermFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setMinWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setName(String) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
- setName(String) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setObject(Object) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setOpType(IndexQuery.OpType) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setPageable(Pageable) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
restrict result to entries on given page.
- setParent(ID) - Method in class org.springframework.data.elasticsearch.core.join.JoinField
-
- setParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setPath(String) - Method in interface org.springframework.data.elasticsearch.core.query.Field
-
Sets the path if this field has a multi-part name that should be used in a nested query.
- setPath(String) - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
-
- setPercentTermsToMatch(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setPipelineAggregations(List<PipelineAggregationBuilder>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setPreference(String) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setPreference(String) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Add preference filter to be added as part of search request
- setPrimaryTerm(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setPrimaryTerm(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setReactiveElasticsearchOperations(ReactiveElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryFactoryBean
-
- setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.AbstractElasticsearchTemplate
-
- setRefreshPolicy(RefreshPolicy) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Set the default
RefreshPolicy
to apply when writing to Elasticsearch.
- setRequestCache(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRequestCache(Boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
sets the request_cache value for the query.
- setRescorerQueries(List<RescorerQuery>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRescorerQueries(List<RescorerQuery>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setRoute(String) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
-
- setScriptFields(List<ScriptField>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setScrollTime(Duration) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setScrollTime(Duration) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
For queries that are used in delete request, these are internally handled by Elasticsearch as scroll/bulk delete
queries.
- setSearchAfter(List<Object>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setSearchAfter(List<Object>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Sets the setSearchAfter objects for this query.
- setSearchExtBuilders(List<SearchExtBuilder>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setSearchTemplate(SearchTemplateRequestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setSearchType(Query.SearchType) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setSeqNo(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setSeqNo(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setStoredFields(List<String>) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setStoredFields(List<String>) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Set stored fields to be returned as part of search request
- setSuggestBuilder(SuggestBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
-
- setTimeout(Duration) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
set the query timeout
- Setting - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Elasticsearch Setting
- Setting.SortMissing - Enum in org.springframework.data.elasticsearch.annotations
-
- Setting.SortMode - Enum in org.springframework.data.elasticsearch.annotations
-
- Setting.SortOrder - Enum in org.springframework.data.elasticsearch.annotations
-
- settingPath() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
-
- settingPath() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
-
- Settings - Class in org.springframework.data.elasticsearch.core.index
-
class defining the settings for an index.
- Settings() - Constructor for class org.springframework.data.elasticsearch.core.index.Settings
-
- Settings(Map<String, Object>) - Constructor for class org.springframework.data.elasticsearch.core.index.Settings
-
- setTrackScores(boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
Configures whether to track scores.
- setTrackTotalHits(Boolean) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setTrackTotalHits(Boolean) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
- setTrackTotalHitsUpTo(Integer) - Method in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- setTrackTotalHitsUpTo(Integer) - Method in interface org.springframework.data.elasticsearch.core.query.Query
-
Sets the maximum value up to which total hits are tracked.
- setValue(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
-
- setVersion(long) - Method in interface org.springframework.data.elasticsearch.core.document.Document
-
- setVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
-
- setWeight(Integer) - Method in class org.springframework.data.elasticsearch.core.suggest.Completion
-
- setWriteTypeHints(boolean) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
Sets the flag if type hints should be written in Entities created by this instance.
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- shouldGenerateId() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchAuditingBeanDefinitionParser
-
- Similarity - Enum in org.springframework.data.elasticsearch.annotations
-
- SimpleElasticsearchEntityMetadata<T> - Class in org.springframework.data.elasticsearch.repository.query
-
- SimpleElasticsearchEntityMetadata(Class<T>, ElasticsearchPersistentEntity<?>) - Constructor for class org.springframework.data.elasticsearch.repository.query.SimpleElasticsearchEntityMetadata
-
- SimpleElasticsearchMappingContext - Class in org.springframework.data.elasticsearch.core.mapping
-
SimpleElasticsearchMappingContext
- SimpleElasticsearchMappingContext() - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
-
- SimpleElasticsearchPersistentEntity<T> - Class in org.springframework.data.elasticsearch.core.mapping
-
- SimpleElasticsearchPersistentEntity(TypeInformation<T>, SimpleElasticsearchPersistentEntity.ContextConfiguration) - 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
-
- SimpleElasticsearchRepository.OperationsCallback<R> - Interface in org.springframework.data.elasticsearch.repository.support
-
- SimpleField - Class in org.springframework.data.elasticsearch.core.query
-
The most trivial implementation of a Field.
- SimpleField(String) - Constructor for class org.springframework.data.elasticsearch.core.query.SimpleField
-
- SimpleReactiveElasticsearchRepository<T,ID> - Class in org.springframework.data.elasticsearch.repository.support
-
- SimpleReactiveElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ReactiveElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleReactiveElasticsearchRepository
-
- size() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- sort - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SortBy - Enum in org.springframework.data.elasticsearch.core.suggest.response
-
- sourceExists(GetRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- sourceFilter - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- SourceFilter - Interface in org.springframework.data.elasticsearch.core.query
-
SourceFilter for providing includes and excludes.
- startsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
- status() - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- status() - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
- storedFields - Variable in class org.springframework.data.elasticsearch.core.query.BaseQuery
-
- storedFields - Variable in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
-
- storeNullValue() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
-
- storeNullValue() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
-
- STRICT_EXPAND_OPEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_CLOSED_HIDDEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_FORBID_CLOSED_IGNORE_THROTTLED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_HIDDEN - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_EXPAND_OPEN_HIDDEN_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- STRICT_SINGLE_INDEX_NO_EXPAND_FORBID_CLOSED - Static variable in class org.springframework.data.elasticsearch.core.query.IndicesOptions
-
- stringIdRepresentation(Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
-
gets the String representation for an id.
- stringIdRepresentation(ID) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
-
- StringObjectMap<M extends StringObjectMap<M>> - Interface in org.springframework.data.elasticsearch.support
-
Defines an interface for a Map<String, Object> with additional convenience methods.
- StringQuery - Class in org.springframework.data.elasticsearch.core.query
-
StringQuery
- StringQuery(String) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQuery(String, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQuery(String, Pageable, Sort) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
-
- StringQueryUtil - Class in org.springframework.data.elasticsearch.repository.support
-
- StringQueryUtil(ConversionService) - Constructor for class org.springframework.data.elasticsearch.repository.support.StringQueryUtil
-
- subCriteria(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
-
adds a Criteria as subCriteria
- submitReindex(HttpHeaders, ReindexRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- submitReindex(Consumer<ReindexRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex(HttpHeaders, ReindexRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given ReindexRequest
against the reindex API.
- submitReindex() - Method in interface org.springframework.data.elasticsearch.client.reactive.RequestCreator
-
- submitReindex(ReindexRequest) - Static method in class org.springframework.data.elasticsearch.client.util.RequestConverters
-
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.core.DocumentOperations
-
Submits a reindex task.
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- submitReindex(ReindexRequest) - Method in interface org.springframework.data.elasticsearch.core.ReactiveDocumentOperations
-
Submits a reindex task.
- submitReindex(ReindexRequest) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- suggest(HttpHeaders, SearchRequest) - Method in class org.springframework.data.elasticsearch.client.reactive.DefaultReactiveElasticsearchClient
-
- suggest(Consumer<SearchRequest>) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(HttpHeaders, SearchRequest) - Method in interface org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient
-
Execute the given SearchRequest
against the search API.
- suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
- suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate
-
Deprecated.
- suggest(Query, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- suggest(Query, Class<?>, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
- suggest(SuggestBuilder, Class<?>) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Deprecated.
- suggest(SuggestBuilder, IndexCoordinates) - Method in class org.springframework.data.elasticsearch.core.ReactiveElasticsearchTemplate
-
Deprecated.
- suggest(SuggestBuilder, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
- suggest(Query, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Does a suggest query.
- suggest(Query, Class<?>, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.ReactiveSearchOperations
-
Does a suggest query.
- suggest(SuggestBuilder, Class<?>) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- suggest(SuggestBuilder, IndexCoordinates) - Method in interface org.springframework.data.elasticsearch.core.SearchOperations
-
- Suggest - Class in org.springframework.data.elasticsearch.core.suggest.response
-
Class structure mirroring the Elasticsearch classes for a suggest response.
- Suggest(List<Suggest.Suggestion<? extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>>>, boolean) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.Suggest
-
- Suggest.Suggestion<E extends Suggest.Suggestion.Entry<? extends Suggest.Suggestion.Entry.Option>> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option> - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggest.Suggestion.Entry.Option - Class in org.springframework.data.elasticsearch.core.suggest.response
-
- Suggestion(String, int, List<E>) - Constructor for class org.springframework.data.elasticsearch.core.suggest.response.Suggest.Suggestion
-
- ValueConverter - Annotation Type in org.springframework.data.elasticsearch.annotations
-
Annotation to put on a property of an entity to define a value converter which can convert the property to a type
that Elasticsearch understands and back.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContext.ContextMappingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Document.VersionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Dynamic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.DynamicMappingValue
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.GeoShapeField.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.IndexOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Mapping.Detection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.NullValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMissing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.Similarity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.TermVector
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.WriteTypeHint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.client.ElasticsearchHost.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonGeometryCollectionToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonLineStringToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiLineStringToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPolygonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPolygonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoPointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonGeometryCollectionConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonLineStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiLineStringConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPolygonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPolygonConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToPointConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.PointToMapConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.GeoDistanceOrder.DistanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.WildcardStates
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Order.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Query.SearchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.RescorerQuery.ScoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.UpdateResponse.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.RefreshPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.ScriptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.suggest.response.SortBy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.TotalHitsRelation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContext.ContextMappingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.CompletionContextType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Document.VersionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Dynamic
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.DynamicMappingValue
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.GeoShapeField.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.IndexOptions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Mapping.Detection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.NullValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMissing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Setting.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.Similarity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.TermVector
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.annotations.WriteTypeHint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.client.ElasticsearchHost.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.client.reactive.HostProvider.Verification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonGeometryCollectionToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonLineStringToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiLineStringToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonMultiPolygonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonPolygonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoJsonToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.GeoPointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonGeometryCollectionConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonLineStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiLineStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonMultiPolygonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoJsonPolygonConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToGeoPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.MapToPointConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.convert.GeoConverters.PointToMapConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.GeoDistanceOrder.DistanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.IndicesOptions.WildcardStates
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Order.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.Query.SearchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.RescorerQuery.ScoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.query.UpdateResponse.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.RefreshPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.reindex.ReindexRequest.Conflicts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.ScriptType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.suggest.response.SortBy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.elasticsearch.core.TotalHitsRelation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.data.elasticsearch.support.DefaultStringObjectMap
-
- verifyCountQueryTypes() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
-
- verifyCountQueryTypes() - Method in class org.springframework.data.elasticsearch.repository.query.ReactiveElasticsearchQueryMethod
-
- Version - Class in org.springframework.data.elasticsearch.support
-
A version defined by 3 parts: major minor and revision number.
- Version(int, int, int) - Constructor for class org.springframework.data.elasticsearch.support.Version
-
- VERSION_ELASTICSEARCH_CLIENT - Static variable in class org.springframework.data.elasticsearch.support.VersionInfo
-
- VERSION_SPRING_DATA_ELASTICSEARCH - Static variable in class org.springframework.data.elasticsearch.support.VersionInfo
-
- VersionInfo - Class in org.springframework.data.elasticsearch.support
-
This class is used to log the versions of Spring Data Elasticsearch, the Elasticsearch client libs used to built, the
Elasticsearch client libs currently used and of the Elasticsearch cluster.
- versionProperties() - Static method in class org.springframework.data.elasticsearch.support.VersionInfo
-