public class PathCollector extends IndexQueryRequestor
| Modifier and Type | Field and Description |
|---|---|
java.util.HashSet |
paths |
| Constructor and Description |
|---|
PathCollector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptIndexMatch(java.lang.String documentPath,
SearchPattern indexRecord,
SearchParticipant participant,
AccessRuleSet access) |
java.lang.String[] |
getPaths()
Returns the paths that have been collected.
|
public boolean acceptIndexMatch(java.lang.String documentPath,
SearchPattern indexRecord,
SearchParticipant participant,
AccessRuleSet access)
acceptIndexMatch in class IndexQueryRequestorpublic java.lang.String[] getPaths()