Package | Description |
---|---|
org.teiid.internal.core.index | |
org.teiid.metadata.index |
Class and 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.
|
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 |
Class and Description |
---|
Index
An Index is used to create an index on the disk, and to make queries.
|
Copyright © 2020. All rights reserved.