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. -
-
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)
-