79090332

Date: 2024-10-15 14:16:38
Score: 1.5
Natty:
Report link

This is what ended up working.

var mappingSearchResponse = await _elasticClient.SearchAsync<Dictionary<string, object>>(s => s
.Index(mappingIndexName)
.Query(new Elastic.Clients.Elasticsearch.QueryDsl.MatchAllQuery())

);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sergio Delgado