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(@Nullable EnumSet<IndicesOptions.WildcardStates> expandWildcards) Type of index that wildcard patterns can match.DeleteQuery.Builder.withAllowNoIndices(@Nullable 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(@Nullable String analyzer) Analyzer to use for the query string.DeleteQuery.Builder.withAnalyzeWildcard(@Nullable Boolean analyzeWildcard) If true, wildcard and prefix queries are analyzed.DeleteQuery.Builder.withConflicts(@Nullable ConflictsType conflicts) Define the types of conflicts that occur when a query encounters version conflicts: abort or proceed.DeleteQuery.Builder.withDefaultField(@Nullable String defaultField) Field to be used as the default when no field prefix is specified in the query string.DeleteQuery.Builder.withDefaultOperator(@Nullable OperatorType defaultOperator) The default operator for a query string query: AND or OR.DeleteQuery.Builder.withIgnoreUnavailable(@Nullable Boolean ignoreUnavailable) An error occurs if it is directed at an index that is missing or closed when it isfalse.DeleteQuery.Builder.withLenient(@Nullable 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(@Nullable String luceneQuery) Query in the Lucene query string syntax.DeleteQuery.Builder.withMaxDocs(@Nullable Long maxDocs) Maximum number of documents to process.DeleteQuery.Builder.withPreference(@Nullable String preference) Specifies the node or shard the operation should be performed on.DeleteQuery.Builder.withRefresh(@Nullable Boolean refresh) Refreshes all shards involved in the deleting by query after the request completes when it istrue.DeleteQuery.Builder.withRequestCache(@Nullable Boolean requestCache) Use the request cache when it istrue.DeleteQuery.Builder.withRequestsPerSecond(@Nullable Float requestsPerSecond) Limited this request to a certain number of sub-requests per second.DeleteQuery.Builder.withRouting(@Nullable String routing) Custom value used to route operations to a specific shard.DeleteQuery.Builder.withScrollSize(@Nullable Long scrollSize) Size of the scroll request that powers the operation.DeleteQuery.Builder.withScrollTime(@Nullable Duration scrollTime) Period to retain the search context for scrolling.DeleteQuery.Builder.withSearchTimeout(@Nullable Duration searchTimeout) Explicit timeout for each search request.DeleteQuery.Builder.withSearchType(@Nullable Query.SearchType searchType) The type of the search operation.DeleteQuery.Builder.withSlices(@Nullable 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(@Nullable Long terminateAfter) The Maximum number of documents that can be collected for each shard.DeleteQuery.Builder.withTimeout(@Nullable Duration timeout) Period each deletion request waits for active shards.DeleteQuery.Builder.withVersion(@Nullable Boolean version) Returns the document version as part of a hit.