Uses of Class
org.springframework.data.elasticsearch.core.query.DeleteQuery.Builder
Packages that use DeleteQuery.Builder
-
Uses of DeleteQuery.Builder in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return DeleteQuery.BuilderModifier and TypeMethodDescriptionstatic DeleteQuery.BuilderDeleteQuery.Builder.setExpandWildcards(EnumSet<IndicesOptions.WildcardStates> expandWildcards) Type of index that wildcard patterns can match.DeleteQuery.Builder.withAllowNoIndices(Boolean allowNoIndices) An error will occur if the condition isfalseand any of the following are true: a wildcard expression, an index alias, or the _all value only targets missing or closed indices.DeleteQuery.Builder.withAnalyzer(String analyzer) Analyzer to use for the query string.DeleteQuery.Builder.withAnalyzeWildcard(Boolean analyzeWildcard) If true, wildcard and prefix queries are analyzed.DeleteQuery.Builder.withConflicts(ConflictsType conflicts) Define the types of conflicts that occur when a query encounters version conflicts: abort or proceed.DeleteQuery.Builder.withDefaultField(String defaultField) Field to be used as the default when no field prefix is specified in the query string.DeleteQuery.Builder.withDefaultOperator(OperatorType defaultOperator) The default operator for a query string query: AND or OR.DeleteQuery.Builder.withIgnoreUnavailable(Boolean ignoreUnavailable) An error occurs if it is directed at an index that is missing or closed when it isfalse.DeleteQuery.Builder.withLenient(Boolean lenient) If a query contains errors related to the format of the data being entered, they will be disregarded unless specified otherwise.DeleteQuery.Builder.withLuceneQuery(String luceneQuery) Query in the Lucene query string syntax.DeleteQuery.Builder.withMaxDocs(Long maxDocs) Maximum number of documents to process.DeleteQuery.Builder.withPreference(String preference) Specifies the node or shard the operation should be performed on.DeleteQuery.Builder.withRefresh(Boolean refresh) Refreshes all shards involved in the deleting by query after the request completes when it istrue.DeleteQuery.Builder.withRequestCache(Boolean requestCache) Use the request cache when it istrue.DeleteQuery.Builder.withRequestsPerSecond(Float requestsPerSecond) Limited this request to a certain number of sub-requests per second.DeleteQuery.Builder.withRouting(String routing) Custom value used to route operations to a specific shard.DeleteQuery.Builder.withScrollSize(Long scrollSize) Size of the scroll request that powers the operation.DeleteQuery.Builder.withScrollTime(Duration scrollTime) Period to retain the search context for scrolling.DeleteQuery.Builder.withSearchTimeout(Duration searchTimeout) Explicit timeout for each search request.DeleteQuery.Builder.withSearchType(Query.SearchType searchType) The type of the search operation.DeleteQuery.Builder.withSlices(Integer slices) The number of slices this task should be divided into.Sort search results in a specific order.Specifictagof the request for logging and statistical purposes.DeleteQuery.Builder.withTerminateAfter(Long terminateAfter) The Maximum number of documents that can be collected for each shard.DeleteQuery.Builder.withTimeout(Duration timeout) Period each deletion request waits for active shards.DeleteQuery.Builder.withVersion(Boolean version) Returns the document version as part of a hit.