Skip to content

Releases: NLPchina/elasticsearch-sql

Union & Minus support and more!

07 Oct 05:20
Compare
Choose a tag to compare

New:

  • Union & Minus support read here
  • _id on return (csv as parameters _id=true and site on show options )
  • #157 routings support

Enhancements:

  • #243 query optimization - use filter context when not ordering by score
  • #295 Added support to negative coordinates on spatial queries
  • #292 include and exclude support on top hits aggregation

Bugs:

  • #187 csv format with multiple chars seperator
  • #231 csv format with null on field value

elasticsearch 2.4.0 support!

14 Sep 05:42
Compare
Choose a tag to compare

elasticsearch 2.4.0 support!

elasticsearch 2.3.5 support!

07 Aug 09:48
Compare
Choose a tag to compare

elasticsearch 2.3.5 support!

2.3.1 support!

31 Jul 08:47
Compare
Choose a tag to compare
2.3.1.1

new version 2.3.1.1

elasticsearch 2.3.4 support!

16 Jul 04:01
Compare
Choose a tag to compare

elasticsearch 2.3.4 support!

elasticsearch 2.3.3 support!

01 Jun 05:33
Compare
Choose a tag to compare

elasticsearch 2.3.3 support!

2.3.2 support!

03 May 07:40
Compare
Choose a tag to compare
  • branch of 2.3.0
  • support SourceField like this SELECT exclude('_name','ge'),include('b'),exclude('_ddre*') from index;

2.3.1 support!

21 Apr 08:47
Compare
Choose a tag to compare

万恶的ES版本号策略。。。。

support SourceField like this SELECT exclude('name','ge'),include('b'),exclude('ddre*') from index;

2.3.0 support!

31 Mar 21:54
Compare
Choose a tag to compare
2.3.0.0

csv test options for java7

_type and _score ,routings and lots of enhancments & bug fixes

30 Mar 17:00
Compare
Choose a tag to compare

New:

  • #140 highlight field support - not avaliable on site.
  • #150 _type and _score support on return (csv as parameters _type=true&_score=true and site on options )
  • #157 routings support

Enhancements:

  • #175 terms aggregation - more parameters support
  • #137 % and _ escaping on like queries ( &PERCENT and &UNDERSCORE )
  • #152 DOCS_WITH_AGGREGATION hint to support from and to
  • #172 PERCENTILES aggregation support for specific percentilies
  • #138 asterisk in join queries

Bugs:

  • #166 allow semi colons on index name
  • #146 scripted fields support on csv
  • #131 complex_nested on left side of where