How to not-analyze in ElasticSearch?
“my_field2”: { “properties”: { “title”: { “type”: “string”, “index”: “not_analyzed” } } } Check you here, https://www.elastic.co/guide/en/elasticsearch/reference/1.4/mapping-core-types.html, for further info.
“my_field2”: { “properties”: { “title”: { “type”: “string”, “index”: “not_analyzed” } } } Check you here, https://www.elastic.co/guide/en/elasticsearch/reference/1.4/mapping-core-types.html, for further info.