Hello,
I am using Elasticsearch v5.2.2 currently.
I have some special characters in my field and the field is not_analyzed.
How does ES treat special characters in a not_analyzed field?
For example,
If the field name is: 'marks' with value: '50.5'.
Now, how will ES treat the inputs: '50.5' (with the same special character) & '505' (without special character)?
Thanks in advance.