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 |
---|
ExactPhraseScorer(Weight weight,
PhraseQuery.PostingsAndFreq[] postings,
Similarity.SimScorer docScorer,
boolean needsScores,
float matchCost) |
SloppyPhraseScorer(Weight weight,
PhraseQuery.PostingsAndFreq[] postings,
int slop,
Similarity.SimScorer docScorer,
boolean needsScores,
float matchCost) |