Elastic Search Search for Special Characters on not_analyzed field

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.