Releases: NLPchina/elasticsearch-sql
Releases · NLPchina/elasticsearch-sql
Union & Minus support and more!
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:
elasticsearch 2.4.0 support!
elasticsearch 2.4.0 support!
elasticsearch 2.3.5 support!
elasticsearch 2.3.5 support!
2.3.1 support!
2.3.1.1 new version 2.3.1.1
elasticsearch 2.3.4 support!
elasticsearch 2.3.4 support!
elasticsearch 2.3.3 support!
elasticsearch 2.3.3 support!
2.3.2 support!
- branch of 2.3.0
- support SourceField like this SELECT exclude('_name','ge'),include('b'),exclude('_ddre*') from index;
2.3.1 support!
万恶的ES版本号策略。。。。
support SourceField like this SELECT exclude('name','ge'),include('b'),exclude('ddre*') from index;
2.3.0 support!
2.3.0.0 csv test options for java7
_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: