| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PhraseQuery.PostingsAndFreq.compareTo(PhraseQuery.PostingsAndFreq other) |
| Constructor and Description |
|---|
ExactPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings,
ScoreMode scoreMode,
Similarity.SimScorer scorer,
float matchCost) |
SloppyPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings,
int slop,
ScoreMode scoreMode,
Similarity.SimScorer scorer,
float matchCost,
boolean captureLeadMatch) |