elastic/elasticsearch-net-example

7.x client.index does not work

subiect opened this issue · 1 comments

I try to follow the tutorial in 7.x branch but I cannot.
After replacing IndexDumps() with the code provided I get

Error CS0411 The type arguments for method 'ElasticClient.Index(IIndexRequest)' cannot be inferred from the usage. Try specifying the type arguments explicitly. NuSearch.Indexer

Fixed in 6ca80af