OpenSearch/docs/reference/indices
Adrien Grand 38f5cc236a Rename caches.
In order to be more consistent with what they do, the query cache has been
renamed to request cache and the filter cache has been renamed to query
cache.

A known issue is that package/logger names do no longer match settings names,
please speak up if you think this is an issue.

Here are the settings for which I kept backward compatibility. Note that they
are a bit different from what was discussed on #11569 but putting `cache` before
the name of what is cached has the benefit of making these settings consistent
with the fielddata cache whose size is configured by
`indices.fielddata.cache.size`:
 * index.cache.query.enable -> index.requests.cache.enable
 * indices.cache.query.size -> indices.requests.cache.size
 * indices.cache.filter.size -> indices.queries.cache.size

Close #11569
2015-06-29 10:15:27 +02:00
..
aliases.asciidoc [DOCS] add -i flag to more curl HEAD calls 2015-03-21 08:56:20 +01:00
analyze.asciidoc Analysis: Add multi-valued text support 2015-05-15 20:01:10 +09:00
clearcache.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
create-index.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
delete-index.asciidoc Added `action.destructive_requires_name` that controls whether wildcard expressions and `_all` is allowed to be used for destructive operat Also the delete index api requires always an index to be specified (either concrete index, alias or wildcard expression) 2014-01-09 11:36:50 +01:00
flush.asciidoc Reduce shard inactivity timeout to 5m 2015-06-04 00:23:14 +02:00
get-field-mapping.asciidoc Mappings: Remove support for new indexes using path setting in 2015-02-05 12:44:43 -08:00
get-index.asciidoc Indices API: Added GET Index API 2014-09-11 11:19:21 +01:00
get-mapping.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
get-settings.asciidoc Consistent REST API changes for GETting data 2014-01-14 22:33:52 +01:00
indices-exists.asciidoc [DOCS] add -i flag to more curl HEAD calls 2015-03-21 08:56:20 +01:00
open-close.asciidoc Added `action.destructive_requires_name` that controls whether wildcard expressions and `_all` is allowed to be used for destructive operat Also the delete index api requires always an index to be specified (either concrete index, alias or wildcard expression) 2014-01-09 11:36:50 +01:00
optimize.asciidoc Core: Remove ability to run optimize and upgrade async 2015-02-11 11:30:27 -08:00
put-mapping.asciidoc Mappings: Remove the `ignore_conflicts` option. 2015-05-18 15:28:23 +02:00
recovery.asciidoc Consolidate shard level abstractions 2015-06-24 15:18:04 +02:00
refresh.asciidoc Rename RobinEngine and friends to InternalEngine 2014-01-13 15:49:10 +01:00
segments.asciidoc Docs: Updated the experimental annotations in the docs as follows: 2015-04-26 18:49:15 +02:00
shadow-replicas.asciidoc [DOCS] Document the `index.shared_filesystem.recover_on_any_node` setting 2015-06-03 12:35:25 +02:00
stats.asciidoc Rename caches. 2015-06-29 10:15:27 +02:00
templates.asciidoc Settings: Remove file based index templates 2015-05-11 12:51:22 -07:00
types-exists.asciidoc [DOCS] add -i flag to curl HEAD call 2015-03-21 08:56:12 +01:00
update-settings.asciidoc Docs: Refactored modules and index modules sections 2015-06-22 23:49:45 +02:00
upgrade.asciidoc Docs: Added explanation of when to use the upgrade API 2015-06-05 17:50:10 +02:00
warmers.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00