Uses of Enum Class
org.apache.lucene.index.IndexWriterConfig.OpenMode
Packages that use IndexWriterConfig.OpenMode
Package
Description
Code to maintain and access indices.
Analyzer based autosuggest.
-
Uses of IndexWriterConfig.OpenMode in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexWriterConfig.OpenModeModifier and TypeFieldDescriptionprotected IndexWriterConfig.OpenMode
LiveIndexWriterConfig.openMode
IndexWriterConfig.OpenMode
thatIndexWriter
is opened with.Methods in org.apache.lucene.index that return IndexWriterConfig.OpenModeModifier and TypeMethodDescriptionIndexWriterConfig.getOpenMode()
LiveIndexWriterConfig.getOpenMode()
Returns theIndexWriterConfig.OpenMode
set byIndexWriterConfig.setOpenMode(OpenMode)
.static IndexWriterConfig.OpenMode
Returns the enum constant of this class with the specified name.static IndexWriterConfig.OpenMode[]
IndexWriterConfig.OpenMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.index with parameters of type IndexWriterConfig.OpenModeModifier and TypeMethodDescriptionIndexWriterConfig.setOpenMode
(IndexWriterConfig.OpenMode openMode) SpecifiesIndexWriterConfig.OpenMode
of the index.Constructors in org.apache.lucene.index with parameters of type IndexWriterConfig.OpenModeModifierConstructorDescriptionPersistentSnapshotDeletionPolicy
(IndexDeletionPolicy primary, Directory dir, IndexWriterConfig.OpenMode mode) PersistentSnapshotDeletionPolicy
wraps anotherIndexDeletionPolicy
to enable flexible snapshotting. -
Uses of IndexWriterConfig.OpenMode in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing with parameters of type IndexWriterConfig.OpenModeModifier and TypeMethodDescriptionprotected IndexWriterConfig
AnalyzingInfixSuggester.getIndexWriterConfig
(Analyzer indexAnalyzer, IndexWriterConfig.OpenMode openMode) Override this to customize index settings, e.g.