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

Packages that use Bits
Package
Description
Utility functions for text analysis.
Lucene 5.0 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
HNSW vector helper classes.
Lucene 9.0 file format.
Lucene 9.5 file format.
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
The logical representation of a Document for indexing and searching.
Faceted search.
Provides faceting capabilities over facets that were indexed with SortedSetDocValuesFacetField.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Misc index tools and index support.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
This package implements KMeans algorithm for clustering vectors
This package contains several point types: BigIntegerPoint for 128-bit integers LatLonPoint for latitude/longitude geospatial points
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.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.