Interface SimpleQueryStringContext

    • Method Detail

      • onField

        SimpleQueryStringMatchingContext onField​(String field)
        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