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.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 DocIdSetBuilderModifier and TypeFieldDescriptionprivate final DocIdSetBuilderPointInSetQuery.MergePointVisitor.resultprivate final DocIdSetBuilderPointInSetQuery.SinglePointVisitor.resultConstructors 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)