Interface | Description |
---|---|
IIndexConstants |
This interface provides constants used by the search engine.
|
Class | Description |
---|---|
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.
|
CharOperation |
This class is a collection of helper methods to manipulate char arrays.
|
CodeByteStream | |
EntryResult | |
Field | |
FileListBlock | |
GammaCompressedIndexBlock |
Uses prefix coding on words, and gamma coding of document numbers differences.
|
Index |
An Index is used to create an index on the disk, and to make queries.
|
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.
|
Util | |
VirtualRandomAccessFile | |
WordEntry |
Copyright © 2018 JBoss by Red Hat. All rights reserved.