Releases: NLPchina/elasticsearch-sql
Releases · NLPchina/elasticsearch-sql
_type and _score ,routings and lots of enhancments & bug fixes
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
like 2.1.1 but supports elasticsearch 2.2.0
elasticsearch 2.1.1 support
just like 2.1.0.1 version with elastic2.1.1 support!
Scripts ,ReverseNested CSVs and more!
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!
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!
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!
All the features from 2.0.2
But with Elastic 2.1.0 support! #119
NestedTypes support
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:
NestedTypes support
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
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 :)