Uses of Package
org.apache.lucene.store
-
Packages that use org.apache.lucene.store Package Description 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 categoriesorg.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Indexorg.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/Autosuggestorg.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 transducersorg.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 Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.benchmark.byTask.tasks Class Description Directory A Directory is a flat list of files.LockObtainFailedException This exception is thrown when thewrite.lock
could not be acquired. -
Classes in org.apache.lucene.store used by org.apache.lucene.facet.index Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.facet.taxonomy.directory Class Description 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 thewrite.lock
could not be acquired. -
Classes in org.apache.lucene.store used by org.apache.lucene.index Class Description AlreadyClosedException This exception is thrown when there is an attempt to access something that has already been closed.BufferedIndexInput Base implementation class for bufferedIndexInput
.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 aDirectory
.IndexOutput Abstract base class for output to a file in a Directory.LockObtainFailedException This exception is thrown when thewrite.lock
could not be acquired. -
Classes in org.apache.lucene.store used by org.apache.lucene.misc Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.search Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.search.spell Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.search.suggest Class Description 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 Class Description AlreadyClosedException This exception is thrown when there is an attempt to access something that has already been closed.BufferedIndexInput Base implementation class for bufferedIndexInput
.BufferedIndexOutput Base implementation class for bufferedIndexOutput
.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 FSDirectory.FSIndexOutput FSLockFactory Base class for file system based locking implementation.IndexInput Abstract base class for input from a file in aDirectory
.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 thewrite.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 thisLockFactory
to disable locking entirely.RAMFile SimpleFSDirectory.SimpleFSIndexInput SimpleFSDirectory.SimpleFSIndexInput.Descriptor -
Classes in org.apache.lucene.store used by org.apache.lucene.store.instantiated Class Description Directory A Directory is a flat list of files. -
Classes in org.apache.lucene.store used by org.apache.lucene.util Class Description 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 IndexInput Abstract base class for input from a file in aDirectory
.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 Class Description 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 Class Description 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.