Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LatLonShapeBoundingBoxQuery
Finds all previously indexed shapes that intersect the specified bounding box.
|
(package private) class |
LatLonShapeLineQuery
Finds all previously indexed shapes that intersect the specified arbitrary
Line . |
(package private) class |
LatLonShapePolygonQuery
Finds all previously indexed shapes that intersect the specified arbitrary.
|
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
|
private PointValues.IntersectVisitor |
LatLonShapeQuery.RelationScorerSupplier.getInverseIntersectVisitor(LatLonShapeQuery query,
FixedBitSet result,
int[] cost)
create a visitor that clears documents that do NOT match the polygon query; used with INTERSECTS
|
protected Scorer |
LatLonShapeQuery.RelationScorerSupplier.getScorer(LatLonShapeQuery query,
Weight weight,
FixedBitSet intersect,
FixedBitSet disjoint,
float boost,
ScoreMode scoreMode)
returns a Scorer for all other (non INTERSECT) queries
|