Elasticsearch lucene query not working

Hi,

     i have data as following in my elastic search:

     {
       "System":"sytem01",
       "user":"user$",
       "ipaddress":"192.168.1.1"
     }

and i m trying to do lucene query like (user:"$" , user:($), user:*$) but none of them is working in elasticearch.
Thanks
Gurmukh

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