OpenSearch/docs
Simon Willnauer fcfd98e9e8 Drop support for simple translog and hard-wire buffer to 8kb
Today we have two variants of translogs for indexing. We only recommend the buffered
one which also has a 20% advantage in indexing speed. This commit removes the option and defaults
to the buffered case. It also hard-wires the translog buffer to 8kb instead of 64kb. We used to
adjust that buffer based on if the shard is active or not, this code has also been removed and
instead we just keep an 8kb buffer arround.
2015-12-21 16:44:35 +01:00
..
community-clients [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Document usage of backoff policy in BulkProcessor 2015-12-18 19:40:11 +01:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins [DOC] escape # in programlisting 2015-12-15 16:44:27 +02:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Drop support for simple translog and hard-wire buffer to 8kb 2015-12-21 16:44:35 +01:00
resiliency feedback 2015-11-23 13:15:22 +01:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs