Class RequestFilterQueriesInner

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getQuery() The filter query expression.
      final Unit setQuery(@Json(name = "query") String query) The filter query expression.
      final List<String> getTags() Tags used exclude the filters from facet evaluation for multi-select facet support
      final Unit setTags(@Json(name = "tags") List<String> tags) Tags used exclude the filters from facet evaluation for multi-select facet support
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RequestFilterQueriesInner

        RequestFilterQueriesInner(String query, List<String> tags)
    • Method Detail

      • getQuery

         final String getQuery()

        The filter query expression. For multi-select facets selected facets must be order together

      • setQuery

         final Unit setQuery(@Json(name = "query") String query)

        The filter query expression. For multi-select facets selected facets must be order together

      • getTags

         final List<String> getTags()

        Tags used exclude the filters from facet evaluation for multi-select facet support

      • setTags

         final Unit setTags(@Json(name = "tags") List<String> tags)

        Tags used exclude the filters from facet evaluation for multi-select facet support