Package org.apache.lucene.luke.app
Interface LukeState
-
public interface LukeStateHolder for current index/directory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DirectorygetDirectory()StringgetDirImpl()StringgetIndexPath()default IndexReadergetIndexReader()default booleanhasDirectoryReader()default booleankeepAllCommits()default booleanreadOnly()default booleanuseCompound()
-
-
-
Method Detail
-
getIndexPath
String getIndexPath()
-
getDirImpl
String getDirImpl()
-
getDirectory
default Directory getDirectory()
-
getIndexReader
default IndexReader getIndexReader()
-
readOnly
default boolean readOnly()
-
useCompound
default boolean useCompound()
-
keepAllCommits
default boolean keepAllCommits()
-
hasDirectoryReader
default boolean hasDirectoryReader()
-
-