OpenSearch/docs/reference
Jason Tedor faa7fe86c5
Introduce analyze thread pool (#29541)
We want to remove the index thread pool as it is no longer needed since
single-document indexing requests are executed as bulk requests
now. Analyze requests are also executed on the index thread pool though
and they need a thread pool to execute on. The bulk thread does not seem
like the right thread pool, let us keep that thread pool conceptually
for bulk requests and free for bulk requests. None of the existing
thread pools make sense for analyze requests either. The generic thread
pool would be a terrible choice since it has an unbounded queue and that
is a bad idea for user-facing APIs. This commit introduces a small by
default (size=1, queue_size=16) thread pool for analyze requests.
2018-04-17 06:46:15 -04:00
..
aggregations Deprecate filtering on `_type`. (#29468) 2018-04-13 09:07:51 +02:00
analysis [DOCS] Add supported token filters 2018-02-13 14:10:25 -08:00
cat Introduce analyze thread pool (#29541) 2018-04-17 06:46:15 -04:00
cluster Add a note about using the `retry_failed` flag before accepting data loss (#29160) 2018-03-20 18:11:45 +01:00
docs Deprecate filtering on `_type`. (#29468) 2018-04-13 09:07:51 +02:00
how-to Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
images Docs/windows installer (#27369) 2017-11-15 21:35:54 +11:00
index-modules Improve similarity integration. (#29187) 2018-04-03 16:45:25 +02:00
indices Add an `include_type_name` option. (#29453) 2018-04-11 15:54:16 +02:00
ingest Fix missing comma in ingest-node.asciidoc (#29343) 2018-04-03 11:33:44 +01:00
mapping Fix overflow error in parsing of long geohashes (#29418) 2018-04-16 12:37:38 -04:00
migration Using ObjectParser in UpdateRequest (#29293) 2018-04-16 08:39:35 -04:00
modules Introduce analyze thread pool (#29541) 2018-04-17 06:46:15 -04:00
query-dsl Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
release-notes Remove tribe node support (#28443) 2018-01-30 20:40:19 +01:00
search Deprecate filtering on `_type`. (#29468) 2018-04-13 09:07:51 +02:00
setup Fix typo in max number of threads check docs (#29469) 2018-04-12 21:16:37 -04:00
testing [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade [DOCS] Add X-Pack upgrade details (#29038) 2018-03-15 11:40:20 -07:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
api-conventions.asciidoc Fix incorrect datemath example (#28904) 2018-03-06 15:46:21 +01:00
cat.asciidoc Add a note to the docs that _cat api `help` option cannot be used if an optional url param is used (#28686) 2018-02-15 15:56:01 +01:00
cluster.asciidoc [docs] include two cluster doc pages missing from index (#25180) 2017-06-12 12:33:56 -07:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc [Docs] Update getting-started.asciidoc (#29294) 2018-04-03 14:57:42 +02:00
glossary.asciidoc [Docs] Add definitions to glossary (#29127) 2018-04-16 10:49:54 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc Limit analyzed text for highlighting (improvements) (#28808) 2018-03-02 08:09:05 -08:00
index-shared1.asciidoc [DOCS] Added link to upgrade guide and bumped the upgrade topic up to the top level (#27621) 2017-12-05 10:58:52 -08:00
index-shared2.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared3.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared4.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared5.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.x.asciidoc [DOCS] Build Elasticsearch Reference from elasticsearch repo (#28469) 2018-02-01 13:36:06 -08:00
indices.asciidoc add split index reference in indices.asciidoc 2017-11-06 12:55:41 +01:00
ingest.asciidoc [Docs] Changes to ingest.asciidoc (#28212) 2018-01-16 09:36:19 +01:00
mapping.asciidoc Limit the number of nested documents (#27405) 2017-11-22 10:16:28 -05:00
modules.asciidoc Remove left-over tribe reference 2018-01-30 21:44:21 +01:00
query-dsl.asciidoc Update query-dsl.asciidoc (#27669) 2017-12-11 18:06:08 +01:00
redirects.asciidoc Fix docs build. 2018-04-11 13:48:53 +02:00
release-notes.asciidoc Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search.asciidoc Move search concurrency and parallelism paragraphs 2018-02-26 07:47:57 -08:00
setup.asciidoc Clarify using supported LTS versions of the Java 2017-12-14 07:47:50 -05:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc [DOCS] Removed prerelease footnote from upgrade table. 2018-03-16 10:33:10 -07:00