Uses of Interface
org.apache.lucene.util.Bits

Packages that use Bits
Package
Description
Utility functions for text analysis.
Codecs API: API for customization of the encoding and structure of the index.
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 5.0 index format See org.apache.lucene.codecs.lucene80 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.
The logical representation of a Document for indexing and searching.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Code to search indices.
Grouping.
Highlighting search terms.
Support for index-time and query-time joins.
Support for Autocomplete/Autosuggest
Support for document suggestion
Some utility classes.