OpenSearch/docs/reference/index-modules
mikemccand cc4d7c6272 Core: don't load bloom filters by default
This change just changes the default for index.codec.bloom.load to
false: with recent performance improvements to ID lookup, such as
#6298, bloom filters don't give much of a performance gain anymore,
and they can consume non-trivial RAM when there are many tiny
documents.

For now, we still index the bloom filters, so if a given app wants
them back, it can just update the index.codec.bloom.load to true.

Closes #6959
2014-07-23 05:58:41 -04:00
..
allocation.asciidoc Enable DiskThresholdDecider by default, change default limits to 85/90% 2014-06-12 16:35:29 +02:00
analysis.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
cache.asciidoc Updated cache.asciidoc 2014-07-04 14:26:20 +02:00
codec.asciidoc Core: don't load bloom filters by default 2014-07-23 05:58:41 -04:00
fielddata.asciidoc Fixed JSON in fielddata docs 2014-07-01 12:53:10 +02:00
mapper.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
merge.asciidoc Docs: explain that SerialMergeScheduler just maps to CMS for back compat 2014-07-15 11:38:43 -04:00
similarity.asciidoc add lucene language model similarities (Dirichlet & JelinekMercer) 2014-04-07 10:48:03 +02:00
slowlog.asciidoc Remove garbage 2014-04-15 17:57:25 +02:00
store.asciidoc [DOCS] Fix typo in reference 2014-07-10 08:47:18 +02:00
translog.asciidoc Use unlimited flush_threshold_ops for translog 2014-04-22 16:37:07 +02:00