Download the PHP package santik/sql-elasticsearch-query-converter without Composer
On this page you can find all versions of the php package santik/sql-elasticsearch-query-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download santik/sql-elasticsearch-query-converter
More information about santik/sql-elasticsearch-query-converter
Files in santik/sql-elasticsearch-query-converter
Download santik/sql-elasticsearch-query-converter
More information about santik/sql-elasticsearch-query-converter
Files in santik/sql-elasticsearch-query-converter
Vendor santik
Package sql-elasticsearch-query-converter
Short Description Library for converting AND OR SQL like query to Elastic Search query
License proprietary
Package sql-elasticsearch-query-converter
Short Description Library for converting AND OR SQL like query to Elastic Search query
License proprietary
Please rate this library. Is it a good library?
Informations about the package sql-elasticsearch-query-converter
SqlElasticSearchQueryConverter
Converts AND OR SQL like query to Elastic Search query
((("query1 query 2" OR query3) OR query4) AND (query5 OR query6)) AND query7
TO
{"bool":{"must":[{"bool":{"must":[{"bool":{"should":[{"bool":{"should":[{"match_phrase":{"field":"query1 query 2"}},{"match":{"field":"query3"}}]}},{"match":{"field":"query4"}}]}},{"bool":{"should":[{"match":{"field":"query5"}},{"match":{"field":"query6"}}]}}]}},{"match":{"field":"query7"}}]}}
Installation
Usage
Look at examples/example1.php
All versions of sql-elasticsearch-query-converter with dependencies
PHP Build Version
Package Version
The package santik/sql-elasticsearch-query-converter contains the following files
Loading the files please wait ....