using Nest; namespace Sanhe.Abp.Elasticsearch { public interface IElasticsearchClientFactory { IElasticClient Create(); } }