|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.store | |
---|---|
org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
org.apache.lucene.codecs.appending | Codec for on append-only outputs, such as plain output streams and append-only filesystems. |
org.apache.lucene.codecs.intblock | Intblock: base support for fixed or variable length block integer encoders |
org.apache.lucene.codecs.lucene3x | Codec to support Lucene 3.x indexes (readonly) |
org.apache.lucene.codecs.lucene40 | Lucene 4.0 file format. |
org.apache.lucene.codecs.lucene40.values | Default DocValues implementation for Lucene 4.0 indexes. |
org.apache.lucene.codecs.pulsing | Pulsing Codec: inlines low frequency terms' postings into terms dictionary. |
org.apache.lucene.codecs.sep | Sep: base support for separate files (doc,frq,pos,skp,pyl) |
org.apache.lucene.codecs.simpletext | Simpletext Codec: writes human readable postings. |
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.search | Code to search indices. |
org.apache.lucene.store | Binary i/o API, used for all index data. |
org.apache.lucene.util | Some utility classes. |
org.apache.lucene.util.fst | Finite state transducers |
org.apache.lucene.util.packed | Packed integer arrays and streams. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs | |
---|---|
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. |
|
IndexInput
Abstract base class for input from a file in a Directory . |
|
IndexOutput
Abstract base class for output to a file in a Directory. |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.appending | |
---|---|
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. |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.intblock | |
---|---|
IndexInput
Abstract base class for input from a file in a Directory . |
|
IndexOutput
Abstract base class for output to a file in a Directory. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.lucene3x | |
---|---|
Directory
A Directory is a flat list of files. |
|
IndexInput
Abstract base class for input from a file in a Directory . |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.lucene40 | |
---|---|
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. |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.lucene40.values | |
---|---|
Directory
A Directory is a flat list of files. |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.pulsing | |
---|---|
IndexInput
Abstract base class for input from a file in a Directory . |
|
IndexOutput
Abstract base class for output to a file in a Directory. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.sep | |
---|---|
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. |
|
IOContext
IOContext holds additional details on the merge/search context. |
Classes in org.apache.lucene.store used by org.apache.lucene.codecs.simpletext | |
---|---|
Directory
A Directory is a flat list of files. |
|
IndexOutput
Abstract base class for output to a file in a Directory. |
|
IOContext
IOContext holds additional details on the merge/search context. |
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. |
|
DataInput
Abstract base class for performing read operations of Lucene's low-level data types. |
|
Directory
A Directory is a flat list of files. |
|
IndexOutput
Abstract base class for output to a file in a Directory. |
|
IOContext
IOContext holds additional details on the merge/search context. |
|
MergeInfo
A MergeInfo provides information required for a MERGE context. |
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.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. |
|
Directory.IndexInputSlicer
Allows to create one or more sliced IndexInput instances from a single
file handle. |
|
FlushInfo
A FlushInfo provides information required for a FLUSH context. |
|
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. |
|
IOContext
IOContext holds additional details on the merge/search context. |
|
IOContext.Context
Context is a enumerator which specifies the context in which the Directory is being used for. |
|
Lock
An interprocess mutex lock. |
|
LockFactory
Base class for Locking implementation. |
|
MergeInfo
A MergeInfo provides information required for a MERGE context. |
|
NoLockFactory
Use this LockFactory to disable locking entirely. |
|
RAMFile
|
|
RateLimiter
Simple class to rate limit IO. |
|
SimpleFSDirectory.SimpleFSIndexInput
|
|
SimpleFSDirectory.SimpleFSIndexInput.Descriptor
|
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 . |
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. |
|
IndexInput
Abstract base class for input from a file in a Directory . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |