Release notes 0.7.0 - gnuhub/elasticsearch GitHub Wiki
Changes made to HEAD since the release of the version 0.6.0.
- Groovy Client (#139)
- XContent – An abstraction on top of content (JSON inspired) (#152)
- Nodes Stats API (#165)
- Analysis ICU Plugin (#151)
- Add online plugin repository and a ‘plugin’ command to download them (#157)
- Cloud Plugin:
- Mapper: Date format – allow for multiple formats using ‘||’ separator (#169)
- Memcache Plugin: Support memcached protocol (#141)
- Restart API: Allow to restart one or more nodes (#155)
- Service Wrapper: A Java Service Wrapper integration (#154)
- Remove dependency on slf4j for logging, create own internal abstraction (#146)
- Add a -v flag to output version information (#128)
- Count / Delete By Query API: Add source parameter to pass the json body (#142)
- HTTP/Transport Modules: Default to not set the reuse_address setting (#131)
- Mapper:
- Query DSL:
-
REST API: Allow to provide
caseparameter, withcamelCaseto return results in CamelCasing (#162) - Script / Service: Add ES_MIN_MEM and ES_MAX_MEM (#156)
- Search API:
- Highlighting broken when query is on
_allfield or with prefixes (#148) - Range filter gt is broken (#119)
- multi_field not returning for default field for certain type (#123)
- NodeBuilder.local(false) sets local to true (#168)
- Time Memory Leak: Search requests don’t eagerly clean the search context (#153)
- Transport: A failure to handle a response might cause the transport to stop working (#170)