Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Class and Description |
---|---|
private static class |
LatLonShapeQuery.RelationScorerSupplier
utility class for implementing constant score logic specific to INTERSECT, WITHIN, and DISJOINT
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Boolean2ScorerSupplier |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<BooleanClause.Occur,java.util.Collection<ScorerSupplier>> |
Boolean2ScorerSupplier.subs |
Modifier and Type | Method and Description |
---|---|
ScorerSupplier |
Weight.scorerSupplier(LeafReaderContext context)
Optional method.
|
ScorerSupplier |
LRUQueryCache.CachingWrapperWeight.scorerSupplier(LeafReaderContext context) |
ScorerSupplier |
BooleanWeight.scorerSupplier(LeafReaderContext context) |
Modifier and Type | Method and Description |
---|---|
private Scorer |
Boolean2ScorerSupplier.excl(Scorer main,
java.util.Collection<ScorerSupplier> prohibited,
long leadCost) |
private Scorer |
Boolean2ScorerSupplier.opt(java.util.Collection<ScorerSupplier> optional,
int minShouldMatch,
ScoreMode scoreMode,
long leadCost) |
private Scorer |
Boolean2ScorerSupplier.req(java.util.Collection<ScorerSupplier> requiredNoScoring,
java.util.Collection<ScorerSupplier> requiredScoring,
long leadCost)
Create a new scorer for the given required clauses.
|
private Scorer |
Boolean2ScorerSupplier.req(java.util.Collection<ScorerSupplier> requiredNoScoring,
java.util.Collection<ScorerSupplier> requiredScoring,
long leadCost)
Create a new scorer for the given required clauses.
|
Constructor and Description |
---|
Boolean2ScorerSupplier(Weight weight,
java.util.Map<BooleanClause.Occur,java.util.Collection<ScorerSupplier>> subs,
ScoreMode scoreMode,
int minShouldMatch) |
Modifier and Type | Method and Description |
---|---|
ScorerSupplier |
ToParentBlockJoinQuery.BlockJoinWeight.scorerSupplier(LeafReaderContext context) |