OpenSearch/docs/reference/index-modules
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
..
allocation.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
analysis.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
cache.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
codec.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
fielddata.asciidoc Improved warm-up of new segments. 2013-10-08 23:06:55 +02:00
mapper.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
merge.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
similarity.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
slowlog.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
store.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
translog.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00