Uses of Class
org.apache.lucene.index.FieldInfo

Packages that use FieldInfo
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Lucene 6.0 file format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.12 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Lucene 9.9 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
Pluggable term index / block terms dictionary implementations.
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.
HNSW vector helper classes.
Lucene 10.1 file format.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
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.
Internal bridges to package-private internals, for use by the lucene test framework only.
Misc extensions of the Document/Field API.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Code to search indices.
This package contains several components useful to build a highlighter on top of the Matches API.
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
Lucene field & query support for the spatial geometry implemented in org.apache.lucene.spatial3d.geom.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.