| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Field and Description |
|---|---|
private ExactPhraseMatcher.PostingsAndPosition[] |
ExactPhraseMatcher.postings |
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
ExactPhraseMatcher.advancePosition(ExactPhraseMatcher.PostingsAndPosition posting,
int target)
Advance the given pos enum to the first doc on or after
target. |