Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BooleanTopLevelScorers.ReqMultiOptScorer
Used when there are mandatory clauses with optional clauses: we compute
coord based on how many optional subscorers matched (freq).
|
(package private) static class |
BooleanTopLevelScorers.ReqSingleOptScorer
Used when there are mandatory clauses with one optional clause: we compute
coord based on whether the optional clause matched or not.
|