Uses of Class
org.apache.lucene.util.FixedBitSet

Packages that use FixedBitSet
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format See org.apache.lucene.codecs.lucene84 for an overview of the index format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
The logical representation of a Document for indexing and searching.
Code to maintain and access indices.
Code to search indices.
Grouping.
Support for index-time and query-time joins.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.