Elasticsearch - Basics and Architecture
Find the mistake in this Elasticsearch query:
{ "query": { "term": { "status": ["active"] } } }Find the mistake in this Elasticsearch query:
{ "query": { "term": { "status": ["active"] } } }term query value requirementsterm expects a single value, not an array.match is not required, and filter wrapper is optional.term query does not accept an array as value -> Option Dterm needs single value, not array [OK]term query value must be a single item [OK]term queryterm with terms query15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions