Search behavior when type is text or keyword in elasticsearch 5.0 and greater

Hi,
How does elasticsearch differ in search when certain text are given.
For eg: if name="Test@@" is escape sequence required for searching.
If so then if name="Test @" behaves differently because it does not require escape sequence, and
is @ require a escape sequence????
Kindly help.

You can use the Analyze API to figure out how text is analyzed for a search query or how it is stored in the inverted index.

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