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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -