search-query-parser is made to parse complex search query into layered search conditions,
so it will be easy to construct Elasticsearch query DSL or something else.
this is a wrapper of the Rust library (https://crates.io/crates/search-query-parser).
Requirement:
- Java 17
- Linux or Mac(arm64)