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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -