Uses of Class
org.apache.lucene.util.DocIdSetBuilder
-
Packages that use DocIdSetBuilder Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.search Code to search indices.org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
. -
-
Uses of DocIdSetBuilder in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type DocIdSetBuilder Modifier and Type Method Description private PointValues.IntersectVisitor
XYPointInGeometryQuery. getIntersectVisitor(DocIdSetBuilder result, Component2D tree)
private static PointValues.IntersectVisitor
SpatialQuery. getSparseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, DocIdSetBuilder result)
create a visitor that adds documents that match the query using a sparse bitset. -
Uses of DocIdSetBuilder in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DocIdSetBuilder Modifier and Type Field Description private DocIdSetBuilder
PointInSetQuery.MergePointVisitor. result
private DocIdSetBuilder
PointInSetQuery.SinglePointVisitor. result
Constructors in org.apache.lucene.search with parameters of type DocIdSetBuilder Constructor Description MergePointVisitor(PrefixCodedTerms sortedPackedPoints, DocIdSetBuilder result)
SinglePointVisitor(DocIdSetBuilder result)
-
Uses of DocIdSetBuilder in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as DocIdSetBuilder Modifier and Type Field Description private DocIdSetBuilder
PointInShapeIntersectVisitor. hits
Constructors in org.apache.lucene.spatial3d with parameters of type DocIdSetBuilder Constructor Description PointInShapeIntersectVisitor(DocIdSetBuilder hits, GeoShape shape, XYZBounds bounds)
-