OpenSearch/docs/reference/index-modules
Simon Willnauer 75e816400c Remove TranslogService and fold it into synchronous IndexShard API
This commit moves the size and ops based flush into a synchronous API into
IndexShard and removes the time-based flush alltogether since it' basically
covered by the inactive async flush API we have today. The functionality doesn't
need to be covered by scheduled task and async APIs while we can actually make all
the decisions in a sync manner which is way easier to control and to test.

Closes #13707
2015-09-23 12:39:06 +02:00
..
allocation Allocation: add support for filtering by transport IP address 2015-09-09 15:15:53 +02:00
allocation.asciidoc Docs: Documented index prioritization 2015-07-15 18:05:42 +02:00
analysis.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
mapper.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
similarity.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
slowlog.asciidoc Logging: Log less source in slowlog 2015-08-11 13:16:04 -07:00
store.asciidoc Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
translog.asciidoc Remove TranslogService and fold it into synchronous IndexShard API 2015-09-23 12:39:06 +02:00