示例#1
0
文件: Indexer.cs 项目: tle5/elsa-core
 public Indexer(ElasticsearchStore <TElasticEntity> elasticsearchStore, IMapper mapper)
 {
     this.elasticsearchStore = elasticsearchStore;
     this.mapper             = mapper;
 }
示例#2
0
 public WorkflowInstanceIndexer(ElasticsearchStore <ElasticWorkflowInstance> elasticsearchStore, IMapper mapper) : base(elasticsearchStore, mapper)
 {
 }
 public WorkflowDefinitionIndexer(ElasticsearchStore <ElasticWorkflowDefinition> elasticsearchStore, IMapper mapper) : base(elasticsearchStore, mapper)
 {
 }