Skip to content

Releases: NLPchina/elasticsearch-sql

bugfixes - dots and newLine support

05 Oct 08:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add ES geographic support

Elasticsearch-SQL

20 Jun 19:25
Compare
Choose a tag to compare
1.3.4

Merge branch 'add-elastic1.6-support'

Added support for NOT operator

30 May 16:27
Compare
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
Compare
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
Compare
Choose a tag to compare
1.3.1

Merge branch 'develop'

Elasticsearch-SQL

25 Jan 18:12
Compare
Choose a tag to compare

Add delete support, and bugfixes.

Elasticsearch-SQL

25 Dec 22:18
Compare
Choose a tag to compare

Bug fixes