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

Packages that use Terms
Package
Description
BlockTree terms dictionary.
Lucene 5.0 compressing format.
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a structured document).
Utilities for evaluation, data preparation, etc.
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.
BlockTree terms dictionary.
Lucene 9.0 compressing 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.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Document similarity query generators.
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.
Highlighting search terms.
Support for index-time and query-time joins.
Support for document suggestion
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
Some utility classes.
Finite-state automaton for regular expressions.