Uses of Class
org.apache.lucene.store.BufferedIndexInput
-
Packages that use BufferedIndexInput Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of BufferedIndexInput in org.apache.lucene.index
Subclasses of BufferedIndexInput in org.apache.lucene.index Modifier and Type Class Description classMockIndexInputIndexInput backed by a byte[] for testing. -
Uses of BufferedIndexInput in org.apache.lucene.store
Subclasses of BufferedIndexInput in org.apache.lucene.store Modifier and Type Class Description protected static classNIOFSDirectory.NIOFSIndexInputprotected static classSimpleFSDirectory.SimpleFSIndexInputprotected static classWindowsDirectory.WindowsIndexInput
-