Block |
A block is a container that can hold information (a list of file names, a list of
words, ...), be saved on the disk and loaded in memory.
|
BlocksIndexInput |
This input is used for reading indexes saved using a BlocksIndexOutput.
|
Field |
|
FileListBlock |
|
IndexBlock |
An indexBlock stores wordEntries.
|
IndexedFile |
An indexedFile associates a number to a document path, and document properties.
|
IndexInput |
This class provides an input on an index, after it has been generated.
|
IndexSummary |
An indexSummary is used when saving an index into a BlocksIndexOuput or
reading it from a BlocksIndexInput.
|
SafeRandomAccessFile |
A safe subclass of RandomAccessFile, which ensure that it's closed
on finalize.
|
WordEntry |
|