Class WildcardTextFieldQuery

    • Constructor Detail

      • WildcardTextFieldQuery

        public WildcardTextFieldQuery​(String fieldName,
                                      String rawQuery,
                                      BooleanOperator operator)
        Parameters:
        fieldName - the field name in the index
        rawQuery - the raw query string for the field
        operator - the operator applied to raw query string. For example, with a rawQuery of "foo bar", specifying BooleanOperator.AND means "foo AND bar"