elasticsearch/docs/reference
Adrien Grand 97958ed02a Improved warm-up of new segments.
* Merged segments are now warmed-up at the end of the merge operation instead
  of _refresh, so that _refresh doesn't pay the price for the warm-up of merged
  segments, which is often higher than flushed segments because of their size.
* Even when no _warmer is registered, some basic warm-up of the segments is
  performed: norms, doc values (_version). This should help a bit people who
  forget to register warmers.
* Eager loading support for the parent id cache and field data: when one
  can't predict what terms will be present in the index, it is tempting to use
  a match_all query in a warmer, but in that case, query execution might not be
  much faster than field data loading so having a warmer that only loads field
  data without running a query can be useful.

Closes #3819
2013-10-08 23:06:55 +02:00
..
analysis [DOCS] Removed enable_position_increments in stop filter 2013-10-05 17:06:13 +02:00
cluster Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
docs Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules Improved warm-up of new segments. 2013-10-08 23:06:55 +02:00
indices [DOCS] Fixed a typo in indices.get_templates 2013-10-03 11:40:29 +02:00
mapping Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
modules Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
query-dsl [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00
search [DOCS] Added pages explaining lucene query parser syntax and regular expression syntax 2013-10-07 14:42:49 +02:00
setup Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
cluster.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
common-options.asciidoc [DOCS] Added the human flag 2013-09-04 23:20:55 +02:00
docs.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
index.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
setup.asciidoc add docs on new service.bat facility 2013-09-23 18:24:31 +03:00