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 |
---|---|
private PointValues.IntersectVisitor |
LatLonPointInPolygonQuery.getIntersectVisitor(DocIdSetBuilder result,
Component2D tree,
GeoEncodingUtils.PolygonPredicate polygonPredicate,
byte[] minLat,
byte[] maxLat,
byte[] minLon,
byte[] maxLon) |
private static PointValues.IntersectVisitor |
ShapeQuery.getSparseVisitor(ShapeQuery query,
DocIdSetBuilder result)
create a visitor that adds documents that match the query using 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) |