Uses of Class
org.apache.lucene.store.ByteArrayDataInput

Packages that use ByteArrayDataInput
Package
Description
A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it.
Analysis components for Synonyms.
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.12 file format.
Lucene 9.9 file format.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Lucene 10.1 file format.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
The logical representation of a Document for indexing and searching.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Finite-state based autosuggest.