s => s .PostFilter(f => f.MatchAll())
new SearchRequest<Project>() { PostFilter = new QueryContainer(new MatchAllQuery()) }
Example json output.
{ "post_filter": { "match_all": {} } }
Most Popular
Video
Get Started with Elasticsearch
Intro to Kibana
ELK for Logs & Metrics