Elasticsearch - Basic Search Queries
Which bool query clause is best used to boost relevance score when a condition is met but is not mandatory?
should clause is used to indicate optional conditions that increase the relevance score if matched but are not required.must is mandatory, filter filters without scoring, and must_not excludes documents.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions