Python – Parser of Elasticsearch query strings

Parser of Elasticsearch query strings… here is a solution to the problem.

Parser of Elasticsearch query strings

I wonder if there is a syntax available to parse the query string sent to Elastic Search query_string API

Quote here: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax

I prefer EBNF. I’m currently using Python just in case.

Solution

Related Problems and Solutions