Handle Sepcial char in elasticsearch

My Elasticsearch version is 6.8.3 and
I am trying to fetch data against the Lucene query which contains filter value as \\\\*\\abc$
I have some code, which handles the special characters and the above filter value is converted into \\\*\\abc$
Please suggest what I am doing wrong.

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