Skip to content

Releases: NLPchina/elasticsearch-sql

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

30 Mar 17:00

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

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

30 Mar 16:55

Choose a tag to compare

ANNOUNCEMENT

except for bug fixes this is the last version for 1.x elastic versions


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

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

30 Mar 17:30

Choose a tag to compare

2.2.1 support!

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 percentiles
  • #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

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

30 Mar 17:11

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

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

30 Mar 17:08

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

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

30 Mar 17:06

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

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

30 Mar 17:02

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

Choose a tag to compare

like 2.1.1 but supports elasticsearch 2.2.0

elasticsearch 2.1.1 support

30 Dec 23:08

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

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