Skip to content

Releases: NLPchina/elasticsearch-sql

New Aggregations

06 Oct 18:18

Choose a tag to compare

  • percentiles aggregation support
  • extended_stats aggregation support
  • web interface support for extended_stats, percentiles and stat aggregations

bugfixes - dots and newLine support

05 Oct 08:56

Choose a tag to compare

  • new line support after select
  • dots are allowed on indexname

Sub Queries (inner queries) and more

04 Oct 15:16

Choose a tag to compare

  • Enhanced NOT functionality
  • Bucket Aggregation alias support
  • terms and term filter/query support
  • ids query/filter support
  • SubQueries support (works on IN , TERMS , IDS)

Limited Join support and more features

28 Sep 08:08

Choose a tag to compare

  • Join between two indices!
  • Scroll on single index
  • Not Like
  • Enable "@" ":" and space on fields name

Elasticsearch-SQL

08 Aug 17:51

Choose a tag to compare

Add ES geographic support

Elasticsearch-SQL

20 Jun 19:25

Choose a tag to compare

1.3.4

Merge branch 'add-elastic1.6-support'

Added support for NOT operator

30 May 16:27

Choose a tag to compare

Added support for NOT operator

Example usage:

select * from master where not title like 'bob'

Elasticsearch-SQL

09 Apr 09:43

Choose a tag to compare

Merge pull request #50 from KangYongKyun/master

 ( ( A and B ) or C ) and ( D or E ) case is converted to ( ( A and B) and C ) and ( D or E ). that's wrong

Elasticsearch-SQL

28 Feb 21:22

Choose a tag to compare

1.3.1

Merge branch 'develop'

Elasticsearch-SQL

25 Jan 18:12

Choose a tag to compare

Add delete support, and bugfixes.