Answer the question
In order to leave comments, you need to log in
How to make facets in ElasticSearch case insensitive?
I have a catalog of goods, I want to make facets for brands.
This is what mapping looks like :
'properties': {
'id': {'type': 'integer'},
'name': {'type': 'string', 'analyzer': 'russian_morphology'},
'price': {'type': 'integer'},
'brand': {'type': 'string', 'index': 'not_analyzed'},
}
Answer the question
In order to leave comments, you need to log in
lowercase token filter?
www.elasticsearch.org/guide/en/elasticsearch/refer...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question