
Tag: LUCENE
lucene – Elasticsearch not searching terms with dash sporadically
Using elasticsearch 7.11.2 and 7.15.1 I created an index : PUT localhost:9200/car { “mappings”: { “properties”: { “Owner”: { “type”: “text”, “fields”: { “keyword”: { “type”: “keyword”, “ignore_above”: 256 }…