Interface SimpleQueryStringContext

All Superinterfaces:
QueryCustomization<SimpleQueryStringContext>

@Deprecated public interface SimpleQueryStringContext extends QueryCustomization<SimpleQueryStringContext>
Deprecated.
See the deprecation note on QueryBuilder.
Author:
Guillaume Smet
  • Method Details

    • onField

      Deprecated.
      Parameters:
      field - The field name the query is executed on
      Returns:
      SimpleQueryStringMatchingContext to continue the query
    • onFields

      SimpleQueryStringMatchingContext onFields(String field, String... fields)
      Deprecated.
      Parameters:
      field - The first field added to the list of fields (follows the same rules described below for fields)
      fields - The field names the query is executed on
      Returns:
      SimpleQueryStringMatchingContext to continue the query