Package de.cxp.ocs.indexer
Class IndexerFactory
- java.lang.Object
-
- de.cxp.ocs.indexer.IndexerFactory
-
@Component public class IndexerFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description IndexerFactory(org.elasticsearch.client.RestHighLevelClient elasticsearchClient, PluginManager pm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractIndexercreate(IndexConfiguration indexConfiguration)
-
-
-
Constructor Detail
-
IndexerFactory
public IndexerFactory(org.elasticsearch.client.RestHighLevelClient elasticsearchClient, PluginManager pm)
-
-
Method Detail
-
create
public AbstractIndexer create(IndexConfiguration indexConfiguration)
-
-