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

Packages that use IndexOutput
Package
Description
A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it.
Lucene 5.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Legacy PackedInts methods
store helper
Codecs API: API for customization of the encoding and structure of the index.
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.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Lucene 9.3 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
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.
Misc Directory implementations.
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
Support for document suggestion
Finite-state based autosuggest.
Binary i/o API, used for all index data.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.
Packed integer arrays and streams.