case insensitive aggregation and "include" in elasticsearch -
i'd aggregations in elasticsearch return values capitalization specified, i'd able search terms in lower case.
using aggrations filter can build aggregation looks like:
{aggs: {tags: {terms: {field: "tags.name", include: "*some tag*"}}}
i'd above query return match if match "some tag". how go that?
Comments
Post a Comment