Package lumis.portal.bigdata

Provides big data related operations.

The operations are performed over a big data repository, that can be obtained using the big data manager.

There are basically two kind of operations that can be performed in a big data repository: index and search.

The data is stored using a structured way named document. Every document is of a specified type. Each type has a set of fields.

To create a field, the builders in DocumentTypeFields may be used. To create a type, the builders in DocumentTypes may be used.

If the repository decides to, some specific extra API may be exposed through the IBigDataRepository.getDelegate() method.

Since:
8.1.0
Version:
$Revision: 17593 $ $Date: 2015-07-17 11:21:36 -0300 (Fri, 17 Jul 2015) $
See Also:
IBigDataIndexer, IBigDataSearcher, IBigDataRepository, DocumentType, Document