Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
private BooleanWeight |
Boolean2ScorerSupplier.weight |
Constructor and Description |
---|
Boolean2ScorerSupplier(BooleanWeight weight,
java.util.Map<BooleanClause.Occur,java.util.Collection<ScorerSupplier>> subs,
boolean needsScores,
int minShouldMatch) |
BooleanScorer(BooleanWeight weight,
java.util.Collection<BulkScorer> scorers,
int minShouldMatch,
boolean needsScores) |