Uses of Interface
lumis.portal.bigdata.IBigDataIndexer
-
Packages that use IBigDataIndexer Package Description lumis.doui.bigdata DOUI integration withlumis.portal.bigdata
.lumis.portal.bigdata Provides big data related operations.lumis.portal.bigdata.elasticsearch lumis.portal.bigdata
implementation for using Elasticsearch.lumis.portal.bigdata.spi Interfaces that may be implemented to integrate the portal with a custom big data repository. -
-
Uses of IBigDataIndexer in lumis.doui.bigdata
Methods in lumis.doui.bigdata with parameters of type IBigDataIndexer Modifier and Type Method Description protected void
TabularSourceBigDataPersister. addDocuments(S source, ISourceData data, IBigDataIndexer bigDataIndexer)
Addsdocuments
to the portal big data repository for the given source data. -
Uses of IBigDataIndexer in lumis.portal.bigdata
Subinterfaces of IBigDataIndexer in lumis.portal.bigdata Modifier and Type Interface Description interface
IBatchIndexer
Provides batch indexing operations.interface
IBigDataRepository
Provides big data repository operations. -
Uses of IBigDataIndexer in lumis.portal.bigdata.elasticsearch
Classes in lumis.portal.bigdata.elasticsearch that implement IBigDataIndexer Modifier and Type Class Description class
ElasticsearchRepository
Big data repository implementation that uses Elasticsearch. -
Uses of IBigDataIndexer in lumis.portal.bigdata.spi
Subinterfaces of IBigDataIndexer in lumis.portal.bigdata.spi Modifier and Type Interface Description interface
IBigDataRepositorySPI
Big data repository service provider interface.
-