Interface PhrasePredicateFieldMoreStep<S extends PhrasePredicateFieldMoreStep<?,​N>,​N extends PhrasePredicateOptionsStep<?>>

    • Method Detail

      • field

        default S field​(String absoluteFieldPath)
        Target the given field in the phrase predicate, as an alternative to the already-targeted fields.

        Only text fields are supported.

        See PhrasePredicateFieldStep.field(String) for more information on targeted fields.

        Parameters:
        absoluteFieldPath - The absolute path (from the document root) of the targeted field.
        Returns:
        The next step.
        See Also:
        PhrasePredicateFieldStep.field(String)