public interface CharArrayMatcher
| Modifier and Type | Method and Description |
|---|---|
static CharArrayMatcher |
fromTerms(java.util.List<BytesRef> terms) |
boolean |
match(char[] s,
int offset,
int length)
Return
true if the passed-in character array matches |
default boolean |
match(CharsRef chars)
Return
true if the passed-in CharsRef matches |
boolean match(char[] s,
int offset,
int length)
true if the passed-in character array matchesdefault boolean match(CharsRef chars)
true if the passed-in CharsRef matchesstatic CharArrayMatcher fromTerms(java.util.List<BytesRef> terms)