Uses of Class
org.apache.lucene.index.IndexWriterConfig.OpenMode

Packages that use IndexWriterConfig.OpenMode
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of IndexWriterConfig.OpenMode in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return IndexWriterConfig.OpenMode
 IndexWriterConfig.OpenMode IndexWriterConfig.getOpenMode()
          Returns the IndexWriterConfig.OpenMode set by IndexWriterConfig.setOpenMode(OpenMode).
static IndexWriterConfig.OpenMode IndexWriterConfig.OpenMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexWriterConfig.OpenMode[] IndexWriterConfig.OpenMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lucene.index with parameters of type IndexWriterConfig.OpenMode
 IndexWriterConfig IndexWriterConfig.setOpenMode(IndexWriterConfig.OpenMode openMode)
          Specifies IndexWriterConfig.OpenMode of the index.
 

Constructors in org.apache.lucene.index with parameters of type IndexWriterConfig.OpenMode
PersistentSnapshotDeletionPolicy(IndexDeletionPolicy primary, Directory dir, IndexWriterConfig.OpenMode mode, Version matchVersion)
          PersistentSnapshotDeletionPolicy wraps another IndexDeletionPolicy to enable flexible snapshotting.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.