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

Packages that use ByteArrayDataInput
Package
Description
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
Analysis components for Synonyms.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.
Components from the Lucene 5.0 index format See org.apache.lucene.codecs.lucene80 for an overview of the index format.
Components from the Lucene 8.4 index format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Finite-state based autosuggest.