Interface SimpleQueryStringPredicateMatchingStep<N extends SimpleQueryStringPredicateOptionsStep<?>>

    • Method Detail

      • matching

        N matching​(String simpleQueryString)
        Require at least one of the targeted fields to match the given query string.
        Parameters:
        simpleQueryString - The query string to match.
        Returns:
        The next step.