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

Packages that use NumericDocValues
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.12 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.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Misc search implementations.
A variety of functions to use with FunctionQuery.
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 contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top results with TopFieldCollector.
Highlighting search terms.
Support for index-time and query-time joins.
Support for Autocomplete/Autosuggest
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.