Elasticsearch - Basic Search Queries
Which clause in an Elasticsearch bool query is used to exclude documents that match a condition?
must (required), should (optional), must_not (exclude), and filter (limit without scoring).must_not clause excludes documents that match its conditions from the results.must_not -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions