Uses of Interface
lumis.portal.bigdata.IBatchIndexer
-
Packages that use IBatchIndexer Package Description lumis.portal.bigdata Provides big data related operations.lumis.portal.bigdata.elasticsearch lumis.portal.bigdata
implementation for using Elasticsearch. -
-
Uses of IBatchIndexer in lumis.portal.bigdata
Methods in lumis.portal.bigdata that return IBatchIndexer Modifier and Type Method Description IBatchIndexer
IBigDataRepository. startBatch()
Returns an indexer to perform bulk actions.
The caller must assureclose()
is called after the desired bulk operations were performed. -
Uses of IBatchIndexer in lumis.portal.bigdata.elasticsearch
Methods in lumis.portal.bigdata.elasticsearch that return IBatchIndexer Modifier and Type Method Description IBatchIndexer
ElasticsearchRepository. startBatch()
-