OpenSearch/docs/reference
javanna 49f5757ae2 Remove support for multiple highlighter names
The only way to refer to the plain highlighter is now `plain`, the only way to refer to the fast vector highlighter is `fvh` and the only way to refer to the postings highlighter is `postings`. The name variants like `highlighter`, `postings-highlighter` and `fast-vector-highlighter` have been removed.
2015-10-28 10:50:29 +01:00
..
aggregations Adds geo_centroid metric aggregator 2015-10-14 16:19:09 -05:00
analysis Deprecate `index.analysis.analyzer.default_index` in favor of `index.analysis.analyzer.default`. 2015-10-12 22:19:16 +02:00
cat Add cat API for repositories and snapshots 2015-10-26 18:37:10 +01:00
cluster
docs Merge pull request #14162 from GeorgiCodes/patch-2 2015-10-16 18:26:52 +02:00
images
index-modules
indices Merge pull request #14169 from s1monw/issues/14168 2015-10-22 20:09:59 +02:00
mapping
migration Remove "query" query and fix related parsing bugs 2015-10-27 14:54:30 +01:00
modules Allow binding to multiple addresses 2015-10-23 23:43:37 -04:00
query-dsl Remove support for filter element in nested query 2015-10-28 10:50:29 +01:00
search Remove support for multiple highlighter names 2015-10-28 10:50:29 +01:00
setup Document that Debian 8 and Ubuntu 14 systemd 2015-10-08 08:33:05 -04:00
testing Add Force Merge API, deprecate Optimize API 2015-10-20 09:00:24 -06:00
aggregations.asciidoc
analysis.asciidoc
api-conventions.asciidoc
cat.asciidoc Add cat API for repositories and snapshots 2015-10-26 18:37:10 +01:00
cluster.asciidoc
docs.asciidoc
getting-started.asciidoc Docs: Fix example about executing filters 2015-10-07 17:51:30 +02:00
glossary.asciidoc
index-modules.asciidoc
index.asciidoc
indices.asciidoc [DOCS] Fix doc link for optimize documentation 2015-10-20 22:53:14 -06:00
mapping.asciidoc
modules.asciidoc
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Remove "query" query and fix related parsing bugs 2015-10-27 14:54:30 +01:00
search.asciidoc Remove search exists api 2015-10-21 17:39:32 +02:00
setup.asciidoc Update setup.asciidoc 2015-10-09 12:27:43 +02:00
testing.asciidoc