All Classes Interface Summary Class Summary Enum Summary
| 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.
|
| IDocument |
An IDocument represent a data source, e.g. a File (FileDocument),
an IFile (IFileDocument),
or other kinds of data sources (URL, ...).
|
| IEntryResult |
|
| IIndex |
An IIndex is the interface used to generate an index file, and to make queries on
this index.
|
| IIndexConstants |
This interface provides constants used by the search engine.
|
| Index |
An Index is used to create an index on the disk, and to make queries.
|
| IndexBlock |
An indexBlock stores wordEntries.
|
| IndexConstants |
IndexConstants
|
| IndexConstants.RECORD_STRING |
|
| IndexConstants.SEARCH_RECORD_TYPE |
|
| 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.
|
| IndexMetadataRepository |
Loads MetadataRecords from index files.
|
| IndexSummary |
An indexSummary is used when saving an index into a BlocksIndexOuput or
reading it from a BlocksIndexInput.
|
| IQueryResult |
|
| JBossVirtualFile |
|
| MetadataConstants |
MetadataConstants are all the constant values used to identify all the valid values for a multi-value attribute.
|
| MetadataConstants.COLUMN_SET_TYPES |
These types indicate the type of COLUMN_SET it is.
|
| MetadataConstants.DATATYPE_TYPES |
A DataType object will be identified as being of one of these types.
|
| MetadataConstants.DATATYPE_VARIETIES |
User defined DataType objects will be categorized by a variety
The values must be kept consistent with the XSDVariety enumeration in the xsd
metamodel and the values referenced in DatatypeVarietyEnumeration.properties in
connector.metadata
|
| MetadataConstants.KEY_TYPES |
These types indicate the type of KEY it is.
|
| MetadataConstants.MATCH_TYPES |
These types are associated with a KEY, indicating the type of matching that can be performed on it.
|
| MetadataConstants.NULL_TYPES |
These types are associated with a DataType or an Element needing the indication of null types.
|
| MetadataConstants.PARAMETER_TYPES |
These types indicate the type of PROCEDURE_PARAMETER it is.
|
| MetadataConstants.PROCEDURE_TYPES |
These types indicate the type of PROCEDURE it is.
|
| MetadataConstants.RECORD_TYPE |
|
| MetadataConstants.SEARCH_TYPES |
These types are associated with the Element having valid search types.
|
| MetadataConstants.SQL_TRANSFORMATION_TYPES |
These types indicate the type of TRANSFORMATION it it.
|
| MetadataConstants.TABLE_TYPES |
These types represent the type of table a Group is.
|
| PureZipFileSystem |
This implementation is backed by a zip file.
|
| RecordFactory |
RuntimeAdapter
|
| RuntimeMetadataPlugin |
CommonPlugin
|
| RuntimeMetadataPlugin.Event |
|
| SafeRandomAccessFile |
A safe subclass of RandomAccessFile, which ensure that it's closed
on finalize.
|
| SimpleIndexUtil |
IndexUtil
|
| TransformationRecordImpl |
TransformationRecordImpl
|
| TransformationRecordImpl.Types |
|
| Util |
|
| VirtualRandomAccessFile |
|
| WordEntry |
|