array

Querying values in an array field in Elasticsearch

Elasticsearch allows indexing multiple values into a field, and to query on that field to find documents with matching values. This post explores some different ways of querying values, including approaches for matching values in the last position.

Read more...