OpenSearch/core
Simon Willnauer a29dc20c26
Ensure `doc_stats` are changing even if refresh is disabled (#27505)
Today if refresh is disabled the doc stats are not updated anymore.
In a bulk index scenario this might cause confusion since even if
we refresh internal readers etc. doc stats are never advancing.
This change cuts over to the internal reader that is refreshed outside
of the external readers refresh interval but always equally `fresh` or
`fresher` which will cause less confusion.
2017-11-25 14:24:16 +01:00
..
cli Move the CLI into its own subproject (#27114) 2017-11-18 21:42:57 -06:00
licenses Tighten which classes can exit 2017-11-21 16:37:41 -05:00
src Ensure `doc_stats` are changing even if refresh is disabled (#27505) 2017-11-25 14:24:16 +01:00
build.gradle Tighten which classes can exit 2017-11-21 16:37:41 -05:00