OpenSearch/docs/reference/indices
Jason Tedor 2713549533 Use reader for doc stats
Today we try to pull stats from index writer but we do not get a
consistent view of stats. Under heavy indexing, this inconsistency can
be very skewed indeed. In particular, it can lead to the number of
deleted docs being reported as negative and this leads to serialization
issues. Instead, we should provide a consistent view of the stats by
using an index reader.

Relates #22317
2016-12-23 09:44:56 -05:00
..
aliases.asciidoc Add an alias action to delete an index 2016-08-30 10:15:21 -04:00
analyze.asciidoc Removing request parameters in _analyze API 2016-10-07 16:23:24 +09:00
clearcache.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
create-index.asciidoc Only use `PUT` for index creation, not POST. #20001 2016-08-17 10:15:42 +02:00
delete-index.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
flush.asciidoc Remove lenient stats parsing 2016-11-15 12:17:26 -05:00
forcemerge.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
get-field-mapping.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
get-index.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
get-mapping.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
get-settings.asciidoc Update get-settings.asciidoc 2016-11-22 15:10:09 +01:00
indices-exists.asciidoc Switch indices.exists_type from `{index}/{type}` to `{index}/_mapping/{type}`. #20055 2016-08-19 09:18:24 +02:00
open-close.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
put-mapping.asciidoc Document that the PUT mapping API with the _default_ type overwrites instead of merging 2016-11-26 12:43:56 +01:00
recovery.asciidoc Add CONSOLE to a few snippets in reference docs 2016-09-01 13:08:36 -04:00
refresh.asciidoc Add CONSOLE to more docs 2016-09-01 17:08:18 -04:00
rollover-index.asciidoc Use reader for doc stats 2016-12-23 09:44:56 -05:00
segments.asciidoc Update segments.asciidoc 2016-01-28 13:33:01 +01:00
shadow-replicas.asciidoc Persistent Node Ids (#19140) 2016-07-04 21:09:25 +02:00
shard-stores.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
shrink-index.asciidoc Switch more docs to CONSOLE 2016-09-02 18:22:30 -04:00
stats.asciidoc Switch more docs to CONSOLE 2016-09-02 18:22:30 -04:00
templates.asciidoc minor grammatical improvements (#21640) 2016-11-18 08:55:04 -07:00
types-exists.asciidoc Switch indices.exists_type from `{index}/{type}` to `{index}/_mapping/{type}`. #20055 2016-08-19 09:18:24 +02:00
update-settings.asciidoc Add Force Merge API, deprecate Optimize API 2015-10-20 09:00:24 -06:00