I want to perform 4 filter search
operations namely equal
,greaterthan
,lessthan
and contains
in elasticsearch data without using NEST
and queries sent over HttpRequest.WebRequest
.
When i googled i found in one post that URL query has limitation. Can anyone help me out . If its not possible can you provide me a URL or example on how to execute by passing the query as JSON over HttpRequest