Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
private static DocIdSetIterator |
ExactPhraseMatcher.approximation(PhraseQuery.PostingsAndFreq[] postings) |
private static DocIdSetIterator |
SloppyPhraseMatcher.approximation(PhraseQuery.PostingsAndFreq[] postings) |
int |
PhraseQuery.PostingsAndFreq.compareTo(PhraseQuery.PostingsAndFreq other) |
Constructor and Description |
---|
ExactPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings,
float matchCost) |
SloppyPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings,
int slop,
float matchCost,
boolean captureLeadMatch) |