lp://staging/elasticsearch
- Get this branch:
- bzr branch lp://staging/elasticsearch
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/elasticsearch/elasticsearch.git.
Last successful import was .
Recent revisions
- 6112. By Simon Willnauer <email address hidden>
-
Fail test with timeout and stack dump after 20 min rather than 1h
- 6109. By Adrien Grand <email address hidden>
-
Compressed geo-point field data.
This commit allows to trade precision for memory when storing geo points.
This new field data impl accepts a `precision` parameter that controls the
maximum expected error for storing coordinates. This option can be updated on
a live index with the PUT mapping API.Default precision is 1cm, which requires 8 bytes per geo-point (50% memory
saving compared to using 2 doubles).Close #4386
- 6106. By Alexander Reelsen <email address hidden>
-
Allow to provide parameters not only through -D but as long parameters
All getopt long style parameters are now set as es. properties,
elasticsearch --path.
data=/some/ path results in -Des.path.
data=/some/ path Closes #4393
- 6105. By Alexander Reelsen <email address hidden>
-
Start elasticsearch in the foreground by default
Instead of using the '-f' parameter to start elasticsearch in the
foreground, this is now the default modus.In order to start elasticsearch in the background, the '-d' parameter
can be used.Closes #4392
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)