Class DeleteQuery

java.lang.Object
org.springframework.data.elasticsearch.core.query.DeleteQuery

public class DeleteQuery extends Object
Defines a delete request.
Since:
5.3
Author:
Aouichaoui Youssef
See Also:
  • Method Details

    • builder

      public static DeleteQuery.Builder builder(Query query)
    • getQ

      public @Nullable String getQ()
    • getAnalyzeWildcard

      public @Nullable Boolean getAnalyzeWildcard()
    • getAnalyzer

      public @Nullable String getAnalyzer()
    • getDefaultOperator

      public @Nullable OperatorType getDefaultOperator()
    • getDf

      public @Nullable String getDf()
    • getLenient

      public @Nullable Boolean getLenient()
    • getAllowNoIndices

      public @Nullable Boolean getAllowNoIndices()
    • getConflicts

      public @Nullable ConflictsType getConflicts()
    • getExpandWildcards

      public @Nullable EnumSet<IndicesOptions.WildcardStates> getExpandWildcards()
    • getIgnoreUnavailable

      public @Nullable Boolean getIgnoreUnavailable()
    • getMaxDocs

      public @Nullable Long getMaxDocs()
    • getPreference

      public @Nullable String getPreference()
    • getRequestCache

      public @Nullable Boolean getRequestCache()
    • getRefresh

      public @Nullable Boolean getRefresh()
    • getRequestsPerSecond

      public @Nullable Float getRequestsPerSecond()
    • getRouting

      public @Nullable String getRouting()
    • getScroll

      public @Nullable Duration getScroll()
    • getScrollSize

      public @Nullable Long getScrollSize()
    • getSearchType

      public @Nullable Query.SearchType getSearchType()
    • getSearchTimeout

      public @Nullable Duration getSearchTimeout()
    • getSlices

      public @Nullable Integer getSlices()
    • getSort

      public @Nullable Sort getSort()
    • getStats

      public @Nullable List<String> getStats()
    • getTerminateAfter

      public @Nullable Long getTerminateAfter()
    • getTimeout

      public @Nullable Duration getTimeout()
    • getVersion

      public @Nullable Boolean getVersion()
    • getQuery

      public @Nullable Query getQuery()