OpenSearch/docs
Jason Tedor 5608fa7ac1 Actually bound the generic thread pool
This commit actually bounds the size of the generic thread pool. The
generic thread pool was of type cached, a thread pool with an unbounded
number of workers and an unbounded work queue. With this commit, the
generic thread pool is now of type scaling. As such, the cached thread
pool type has been removed. By default, the generic thread pool is
constructed with a core pool size of four, a max pool size of 128 and
idle workers can be reaped after a keep-alive time of thirty seconds
expires. The work queue for this thread pool remains unbounded.
2016-04-25 06:47:26 -04: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 percolator: renamed `percolator` query to `percolate` query 2016-04-20 15:23:54 +02:00
perl Updated copyright years to include 2016 (#17808) 2016-04-18 12:39:23 +02:00
plugins ingest: Streamline option naming for several processors: 2016-04-21 13:40:43 +02:00
python Updated copyright years to include 2016 (#17808) 2016-04-18 12:39:23 +02:00
reference Actually bound the generic thread pool 2016-04-25 06:47:26 -04:00
resiliency Update resiliency page (#17586) 2016-04-07 12:17:13 +02:00
ruby Updated copyright years to include 2016 (#17808) 2016-04-18 12:39:23 +02:00
README.asciidoc

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