In-memory evaluation

I have a json object and and Elasticsearch query , I want to evaluate if that json will match with that query or not (just like if that json document was indexed and when ES run the given query it will or will not return)

Is there any library that I can use for this

I'd suggest creating a small test index, indexing your json and then testing the query against it.

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