Uses of Class
org.apache.lucene.util.DocIdSetBuilder
-
Packages that use DocIdSetBuilder Package Description org.apache.lucene.document The logical representation of aDocumentfor 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.IntersectVisitorXYPointInGeometryQuery. getIntersectVisitor(DocIdSetBuilder result, Component2D tree)private static PointValues.IntersectVisitorSpatialQuery. 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 DocIdSetBuilderPointInSetQuery.MergePointVisitor. resultprivate DocIdSetBuilderPointInSetQuery.SinglePointVisitor. resultConstructors in org.apache.lucene.search with parameters of type DocIdSetBuilder Constructor Description MergePointVisitor(PrefixCodedTerms sortedPackedPoints, DocIdSetBuilder result)SinglePointVisitor(DocIdSetBuilder result)
-