Uses of Enum
org.apache.lucene.index.IndexOptions

Packages that use IndexOptions
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
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 6.0 index format.
Simpletext Codec: writes human readable postings.
The logical representation of a Document for indexing and searching.
Code to maintain and access indices.