ElasticSearch nested document search with AND operator -
here stated in nested documents, without using nested query
not possible retrieve document satisfies multiple conditions @ same time through nested document's fields. here explanation example @ beginning. why not retrieve doc satisfies conditions?
if need multiple conditions nested queries, why not use bool
query or bool
filtered query?
Comments
Post a Comment