Uses of Package
org.apache.lucene.store

Packages that use org.apache.lucene.store
org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks. 
org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks. 
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index 
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.misc Miscellaneous index tools. 
org.apache.lucene.search Code to search indices. 
org.apache.lucene.search.spell Suggest alternate spellings for words. 
org.apache.lucene.search.suggest Support for Autocomplete/Autosuggest 
org.apache.lucene.store Binary i/o API, used for all index data. 
org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. 
org.apache.lucene.util Some utility classes. 
org.apache.lucene.util.fst Finite state transducers 
org.apache.lucene.util.packed The packed package provides random access capable arrays of positive longs. 
 

Classes in org.apache.lucene.store used by org.apache.lucene.benchmark.byTask
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.benchmark.byTask.tasks
Directory
          A Directory is a flat list of files.
LockObtainFailedException
          This exception is thrown when the write.lock could not be acquired.
 

Classes in org.apache.lucene.store used by org.apache.lucene.facet.index
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.facet.taxonomy.directory
AlreadyClosedException
          This exception is thrown when there is an attempt to access something that has already been closed.
Directory
          A Directory is a flat list of files.
LockObtainFailedException
          This exception is thrown when the write.lock could not be acquired.
 

Classes in org.apache.lucene.store used by org.apache.lucene.index
AlreadyClosedException
          This exception is thrown when there is an attempt to access something that has already been closed.
BufferedIndexInput
          Base implementation class for buffered IndexInput.
DataInput
          Abstract base class for performing read operations of Lucene's low-level data types.
Directory
          A Directory is a flat list of files.
IndexInput
          Abstract base class for input from a file in a Directory.
IndexOutput
          Abstract base class for output to a file in a Directory.
LockObtainFailedException
          This exception is thrown when the write.lock could not be acquired.
 

Classes in org.apache.lucene.store used by org.apache.lucene.misc
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.search
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.search.spell
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.search.suggest
ByteArrayDataInput
          DataInput backed by a byte array.
ByteArrayDataOutput
          DataOutput backed by a byte array.
 

Classes in org.apache.lucene.store used by org.apache.lucene.store
AlreadyClosedException
          This exception is thrown when there is an attempt to access something that has already been closed.
BufferedIndexInput
          Base implementation class for buffered IndexInput.
BufferedIndexOutput
          Base implementation class for buffered IndexOutput.
DataInput
          Abstract base class for performing read operations of Lucene's low-level data types.
DataOutput
          Abstract base class for performing write operations of Lucene's low-level data types.
Directory
          A Directory is a flat list of files.
FSDirectory
           Base class for Directory implementations that store index files in the file system.
FSDirectory.FSIndexOutput
           
FSLockFactory
          Base class for file system based locking implementation.
IndexInput
          Abstract base class for input from a file in a Directory.
IndexOutput
          Abstract base class for output to a file in a Directory.
Lock
          An interprocess mutex lock.
LockFactory
          Base class for Locking implementation.
LockObtainFailedException
          This exception is thrown when the write.lock could not be acquired.
MockDirectoryWrapper
          This is a Directory Wrapper that adds methods intended to be used only by unit tests.
MockDirectoryWrapper.Failure
          Objects that represent fail-able conditions.
MockDirectoryWrapper.Throttling
           
NoLockFactory
          Use this LockFactory to disable locking entirely.
RAMFile
           
SimpleFSDirectory.SimpleFSIndexInput
           
SimpleFSDirectory.SimpleFSIndexInput.Descriptor
           
 

Classes in org.apache.lucene.store used by org.apache.lucene.store.instantiated
Directory
          A Directory is a flat list of files.
 

Classes in org.apache.lucene.store used by org.apache.lucene.util
DataInput
          Abstract base class for performing read operations of Lucene's low-level data types.
DataOutput
          Abstract base class for performing write operations of Lucene's low-level data types.
Directory
          A Directory is a flat list of files.
FSDirectory
           Base class for Directory implementations that store index files in the file system.
IndexInput
          Abstract base class for input from a file in a Directory.
IndexOutput
          Abstract base class for output to a file in a Directory.
LockFactory
          Base class for Locking implementation.
MockDirectoryWrapper
          This is a Directory Wrapper that adds methods intended to be used only by unit tests.
 

Classes in org.apache.lucene.store used by org.apache.lucene.util.fst
DataInput
          Abstract base class for performing read operations of Lucene's low-level data types.
DataOutput
          Abstract base class for performing write operations of Lucene's low-level data types.
 

Classes in org.apache.lucene.store used by org.apache.lucene.util.packed
DataInput
          Abstract base class for performing read operations of Lucene's low-level data types.
DataOutput
          Abstract base class for performing write operations of Lucene's low-level data types.