Interface TermsSetQuery

All Superinterfaces:
Query, Serializable

@ProviderType public interface TermsSetQuery extends Query
  • Method Details

    • getFieldName

      String getFieldName()
    • getMinimumShouldMatchField

      String getMinimumShouldMatchField()
    • getMinimumShouldMatchScript

      Script getMinimumShouldMatchScript()
    • getValues

      List<Object> getValues()
    • isCached

      Boolean isCached()
    • setCached

      void setCached(Boolean cached)
    • setMinimumShouldMatchField

      String setMinimumShouldMatchField(String minimumShouldMatchField)
    • setMinimumShouldMatchScript

      void setMinimumShouldMatchScript(Script minimumShouldMatchScript)