2017 © Pedro Peláez
 

library sql-elasticsearch-query-converter

Library for converting AND OR SQL like query to Elastic Search query

image

santik/sql-elasticsearch-query-converter

Library for converting AND OR SQL like query to Elastic Search query

  • Wednesday, November 29, 2017
  • by santik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 15 % Grown

The README.md

SqlElasticSearchQueryConverter

Converts AND OR SQL like query to Elastic Search query, (*1)

((("query1 query 2" OR query3) OR query4) AND (query5 OR query6)) AND query7, (*2)

TO, (*3)

{"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"}}]}}, (*4)

Installation

$ composer require santik/sql-elasticsearch-query-converter

Usage

Look at examples/example1.php, (*5)

The Versions

29/11 2017

dev-master

9999999-dev

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

29/11 2017

0.1.5

0.1.5.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

27/11 2017

0.1.4

0.1.4.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

22/08 2017

0.1.3

0.1.3.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

22/08 2017

0.1.2

0.1.2.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

22/08 2017

0.1.1

0.1.1.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets

21/08 2017

0.1.0

0.1.0.0

Library for converting AND OR SQL like query to Elastic Search query

  Sources   Download

proprietary

The Requires

 

by Alexander Fedortets