How to apply criterias on Rest call url

Hi All

My Rest Call Url is:
http://localhost:9200/liferay-20100/_search?size=100&q=EmpName:James AND Country:India

I need to apply same like below database criterias with my elasticsearch rest url.
!=
LIKE
NOT LIKE
IS NOT NULL
IS NULL

Any one knows about my requirement please give replay

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