I am facing a problem with elasticsearch where I dont want my indexed term to be analyzed. But the elasticsearch has some default setting which is tokenizing it on space. T
add index.analysis.analyzer.default.type: keyword in your elasticsearch.yml.
index.analysis.analyzer.default.type: keyword
elasticsearch.yml