Skip to content

Instantly share code, notes, and snippets.

@rjernst
Created March 30, 2015 17:31
Show Gist options
  • Save rjernst/0ef95395d5f9baa86e99 to your computer and use it in GitHub Desktop.
Save rjernst/0ef95395d5f9baa86e99 to your computer and use it in GitHub Desktop.
commits
* Mappings: Fix _field_names to be disabled on pre 1.3.0 indexes ([#10268](https://github.com/elastic/elasticsearch/pull/10268), 2.0.0, 1.6.0, 1.5.1)
* Tests: Add delete-by-query into translog in OldIndexBackwardsCompatibilityTests ([#10266](https://github.com/elastic/elasticsearch/pull/10266), 2.0.0, 1.6.0, 1.5.1)
* Tests: Enable inline scripts on demand in bw comp tests ([#10282](https://github.com/elastic/elasticsearch/pull/10282), 2.0.0, 1.6.0)
* Scripting: add support for fine-grained settings ([#10116](https://github.com/elastic/elasticsearch/pull/10116), 2.0.0, 1.6.0)
* Mappings: update dynamic fields in mapping on master even if parsing fals for the rest of the doc ([#9874](https://github.com/elastic/elasticsearch/pull/9874), 2.0.0, 1.6.0)
* Core: Enable doc values by default, when appropriate ([#10209](https://github.com/elastic/elasticsearch/pull/10209), 2.0.0)
* Internal: Fix thread leak in Hunspell service tests ([#10020](https://github.com/elastic/elasticsearch/pull/10020), 2.0.0, 1.6.0, 1.5.1)
* Core: Fail shard when index service/mappings fails to instantiate ([#10283](https://github.com/elastic/elasticsearch/pull/10283), 2.0.0, 1.6.0, 1.5.1)
* inner_hits: Fix nested stored field support. ([#10235](https://github.com/elastic/elasticsearch/pull/10235), 2.0.0, 1.6.0, 1.5.1)
* children aggregation: Fix 2 bugs in `children` agg ([#10263](https://github.com/elastic/elasticsearch/pull/10263), 2.0.0, 1.6.0, 1.5.1)
* Core: The parent option on update request should be used for upsert only. ([#9612](https://github.com/elastic/elasticsearch/pull/9612), 2.0.0, 1.6.0)
* Internal: Fix errors reported by error-prone ([#9817](https://github.com/elastic/elasticsearch/pull/9817), 2.0.0, 1.6.0)
* Internal: Fix wrong use of currentFieldName outside of a parsing loop ([#10307](https://github.com/elastic/elasticsearch/pull/10307), 2.0.0, 1.6.0, 1.5.1)
* Percolator: Fix multi percolate response sample in documentation ([#10306](https://github.com/elastic/elasticsearch/pull/10306), 2.0.0, 1.6.0, 1.5.1, 1.4.5)
* Tests: Assert that we do not leak SearchContexts. ([#9595](https://github.com/elastic/elasticsearch/pull/9595), 2.0.0)
* Internal: Don't try to send a mapping refresh if there is no master ([#10311](https://github.com/elastic/elasticsearch/pull/10311), 2.0.0, 1.6.0, 1.5.1)
* Recovery: RecoveryState.File.toXContent reports file length as recovered bytes ([#10310](https://github.com/elastic/elasticsearch/pull/10310), 2.0.0, 1.6.0, 1.5.1)
* Core: Also refresh if many deletes in a row use up too much version map RAM ([#10312](https://github.com/elastic/elasticsearch/pull/10312), 2.0.0, 1.6.0, 1.5.1)
* Tests: Move FakeRestRequest to org.elasticsearch.test.rest ([#10323](https://github.com/elastic/elasticsearch/pull/10323), 2.0.0, 1.6.0)
* Netty: Add getter for channel in NettyTransportChannel ([#10319](https://github.com/elastic/elasticsearch/pull/10319), 2.0.0, 1.6.0)
* Tests: Add ability to launch bootstrapped ES using maven ([#10287](https://github.com/elastic/elasticsearch/pull/10287), 2.0.0, 1.6.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment