Skip to content

Releases: NLPchina/elasticsearch-sql

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

30 Mar 17:02
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

2.2.0 Support

05 Mar 15:18
Compare
Choose a tag to compare

like 2.1.1 but supports elasticsearch 2.2.0

elasticsearch 2.1.1 support

30 Dec 23:08
Compare
Choose a tag to compare

just like 2.1.0.1 version with elastic2.1.1 support!

Scripts ,ReverseNested CSVs and more!

30 Dec 23:06
Compare
Choose a tag to compare

New:

  • #120 new hint to ignore unavailable indices . wiki
  • reverse_nested aggregation support! wiki
  • script filter support wiki
  • #127 literals within brackets.
  • #114 experimental feature CSV support on rest api wiki

Enhancements:

  • terms aggregation - more parameters support

Breaking Changes:

  • #126 no more docs return on aggregations - if you want to preserve this feature - there is a hint for that. wiki

Scripts ,ReverseNested CSVs and more!

30 Dec 23:05
Compare
Choose a tag to compare

New:

  • #120 new hint to ignore unavailable indices . wiki
  • reverse_nested aggregation support! wiki
  • script filter support wiki
  • #127 literals within brackets.
  • #114 experimental feature CSV support on rest api wiki

Enhancements:

  • terms aggregation - more parameters support

Breaking Changes:

  • #126 no more docs return on aggregations - if you want to preserve this feature - there is a hint for that. wiki

Scripts ,ReverseNested CSVs and more!

30 Dec 23:02
Compare
Choose a tag to compare

New:

  • #120 new hint to ignore unavailable indices . wiki
  • reverse_nested aggregation support! wiki
  • script filter support wiki
  • #127 literals within brackets.
  • #114 experimental feature CSV support on rest api wiki

Enhancements:

  • terms aggregation - more parameters support

Breaking Changes:

  • #126 no more docs return on aggregations - if you want to preserve this feature - there is a hint for that. wiki

Elastic 2.1.0 Support!

28 Nov 16:08
Compare
Choose a tag to compare

All the features from 2.0.2
But with Elastic 2.1.0 support! #119

NestedTypes support

28 Nov 16:06
Compare
Choose a tag to compare

New:

  • Nested types support: read about it on our wiki
  • Filter aggregation support

Enhancments:

  • Scroll & order by combination are allowed now!
  • Join &order by queries on first table are working also!
  • Site - when clicking explain - remove results.

Fixes:

  • double nots - #109

NestedTypes support

28 Nov 16:00
Compare
Choose a tag to compare

New:

  • Nested types support: read about it on our wiki
  • Filter aggregation support

Enhancments:

  • Scroll & order by combination are allowed now!
  • Join &order by queries on first table are working also!
  • Site - when clicking explain - remove results.

New Site Version

08 Nov 22:35
Compare
Choose a tag to compare

New:

  • Site:
    • scrolling was never easier! read here
    • able to select command and run only it
    • being able to save settings (using localStorage)
    • It looks better now :)