Ludovic Franconieri

Results 1 issues of Ludovic Franconieri

Hello, The `BulkIndexerConfig` ask for a `Client *elasticsearch.Client` ```go // BulkIndexerConfig represents configuration of the indexer. type BulkIndexerConfig struct { ... Client *elasticsearch.Client // The Elasticsearch client. ... } ```...

enhancement