| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ExactPhraseMatcher |
(package private) class |
SloppyPhraseMatcher
Find all slop-valid position-combinations (matches)
encountered while traversing/hopping the PhrasePositions.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PhraseMatcher |
PhraseScorer.matcher |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PhraseMatcher |
PhraseWeight.getPhraseMatcher(LeafReaderContext context,
boolean exposeOffsets) |
| Constructor and Description |
|---|
PhraseScorer(Weight weight,
PhraseMatcher matcher,
ScoreMode scoreMode,
LeafSimScorer simScorer) |