OpenSearch/docs
Jason Tedor 6e840b39f5 Remove ability to disable Netty gathering writes
Java NIO has the notion of gathering writes. These are writes that
gather data from multiple buffers into a single channel. These gathering
writes in Netty have been enabled by default with the possibility to
disable them using "es.netty.gathering". This flag was added in case
having gathering writes on by default did not work out. We have not
published this ability and sufficient time has passed to render
judgement that using gathering writes is okay.

Closes #16774
2016-02-22 16:17:44 -08:00
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api updated Java API docs with the changes due to aggregator refactoring 2016-02-15 10:34:29 +00:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins Moves GCE settings to the new infra 2016-02-19 17:00:39 -08:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Remove ability to disable Netty gathering writes 2016-02-22 16:17:44 -08:00
resiliency Updates to resiliency documentation 2016-02-19 09:48:33 -08: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