Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
protected Scorer |
LatLonShapeQuery.RelationScorerSupplier.getIntersectsScorer(LatLonShapeQuery query,
LeafReader reader,
Weight weight,
DocIdSetBuilder docIdSetBuilder,
float boost,
ScoreMode scoreMode)
returns a Scorer for INTERSECT queries that uses a sparse bitset
|
Modifier and Type | Field and Description |
---|---|
private DocIdSetBuilder |
PointInSetQuery.MergePointVisitor.result |
private DocIdSetBuilder |
PointInSetQuery.SinglePointVisitor.result |
Constructor and Description |
---|
MergePointVisitor(PrefixCodedTerms sortedPackedPoints,
DocIdSetBuilder result) |
SinglePointVisitor(DocIdSetBuilder result) |