Skip to content

Releases: noamt/elasticsearch-grails-plugin

Upgraded to Elasticsearch 2.3.3

15 Aug 18:00
Compare
Choose a tag to compare
  • Upgraded to Elasticsearch 2.3.3
    • Support for elasticsearch-groovy client removed.
    • delete migration strategy has been replaced by deleteIndex, due to new Elasticsearch 2.x API’s
  • Removed test classes from plugin distribution

Bug fix & documentation update

18 Apr 21:21
Compare
Choose a tag to compare
  • Change search method name in domain class
  • Change countHits method name in domain class
  • Disable dynamic method injection in domain class
  • New documentation using AsciiDoc

New ElasticSearch 2.1.2 Release

18 Apr 21:24
Compare
Choose a tag to compare
  • New Elasticsearch 2.1.2 release
  • Immutable Settings Removed - Use Settings.builder() instead of ImmutableSettings.builder()
  • BroadcastOperationResponse got renamed to BroadcastResponse
  • Removed deleteMapping
  • memory type is now deprecated
  • Query/filter refactoring - org.elasticsearch.index.queries.FilterBuilders has been removed as part of the merge of queries and filters. These filters are now available in QueryBuilders with the same name. All methods that used to accept a FilterBuilder now accept a QueryBuilder instead.
  • For more information related to changes in underline Java API click here