public interface QueryMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Document document,
Document query) |
boolean |
matchesValue(java.lang.Object queryValue,
java.lang.Object value) |
java.lang.Integer |
matchPosition(Document document,
Document query) |