Uses of Class
org.apache.lucene.util.DocIdSetBuilder
Packages that use DocIdSetBuilder
Package
Description
The logical representation of a
Document
for indexing and
searching.Code to search indices.
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom
.-
Uses of DocIdSetBuilder in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type DocIdSetBuilderModifier and TypeMethodDescriptionprivate 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 DocIdSetBuilderModifier and TypeFieldDescriptionprivate final DocIdSetBuilder
PointInSetQuery.MergePointVisitor.result
private final DocIdSetBuilder
PointInSetQuery.SinglePointVisitor.result
Constructors in org.apache.lucene.search with parameters of type DocIdSetBuilderModifierConstructorDescriptionMergePointVisitor
(PrefixCodedTerms sortedPackedPoints, DocIdSetBuilder result) SinglePointVisitor
(DocIdSetBuilder result) -
Uses of DocIdSetBuilder in org.apache.lucene.spatial3d
Fields in org.apache.lucene.spatial3d declared as DocIdSetBuilderConstructors in org.apache.lucene.spatial3d with parameters of type DocIdSetBuilderModifierConstructorDescriptionPointInShapeIntersectVisitor
(DocIdSetBuilder hits, GeoShape shape, XYZBounds bounds)