OpenSearch/docs/reference
Nik Everett fa4844c3f4 Pull actions from plugins
Instead of implementing onModule(ActionModule) to register actions,
this has plugins implement ActionPlugin to declare actions. This is
yet another step in cleaning up the plugin infrastructure.

While I was in there I switched AutoCreateIndex and DestructiveOperations
to be eagerly constructed which makes them easier to use when
de-guice-ing the code base.
2016-06-28 08:36:24 -04:00
..
aggregations Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`" 2016-06-27 17:20:32 +02:00
analysis Fixed tests that failed now that BM25 is the default similarity. 2016-06-21 15:42:42 +02:00
cat Remove index_writer_max_memory stat from segment stats 2016-05-31 06:29:29 -04:00
cluster add indices nodes info flag to docs 2016-06-20 14:23:32 -04:00
docs Fix NPEs due to disabled source 2016-06-24 22:03:03 -07:00
how-to Fix documentation typo in How-To docs 2016-06-27 14:49:37 +02:00
images Updated decay-function image in function_score query 2016-04-20 13:37:52 +02:00
index-modules file is -> file name (#18994) 2016-06-21 13:20:56 +02:00
indices Docs: Fixed code callout error. 2016-06-17 14:31:03 -07:00
ingest Merge pull request #18981 from elastic/doc/ingest-foreach 2016-06-22 23:14:02 +02:00
mapping Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`" 2016-06-27 17:20:32 +02:00
migration Pull actions from plugins 2016-06-28 08:36:24 -04:00
modules Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`" 2016-06-27 17:20:32 +02:00
query-dsl docs: update example for finding percolator where query terms couldn't be extracted successfully 2016-06-24 18:18:02 +02:00
release-notes Added release notes for 5.0.0-alpha4 2016-06-28 12:26:03 +02:00
search Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`" 2016-06-27 17:20:32 +02:00
setup Changed path.script to path.scripts in docs 2016-06-22 12:39:52 +02:00
testing Introduce dedicated master nodes in testing infrastructure (#18514) 2016-05-27 08:44:20 +02:00
aggregations.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
analysis.asciidoc First pass at improving analyzer docs (#18269) 2016-05-11 14:17:56 +02:00
api-conventions.asciidoc Lessen leniency of the query dsl. #18276 2016-05-16 17:37:00 +02:00
cat.asciidoc Add support for documented byte/size units and for micros as a time unit in _cat API 2016-04-15 20:55:41 +02:00
cluster.asciidoc Update task management docs to reflect the latest changes in the interface 2016-03-29 12:26:37 -04:00
docs.asciidoc Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
getting-started.asciidoc Remove settings and system properties entanglement 2016-05-19 14:08:08 -04:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
how-to.asciidoc Add a how-to section to the docs. #18998 2016-06-24 10:58:33 +02:00
index-modules.asciidoc Remove `_timestamp` and `_ttl` on 5.x indices. #18980 2016-06-22 08:35:54 +02:00
index.asciidoc Add a how-to section to the docs. #18998 2016-06-24 10:58:33 +02:00
indices.asciidoc [DOCS] fix missing rollover-index link 2016-06-17 12:14:45 -04:00
ingest.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapping.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
modules.asciidoc refactor matrix agg documentation from modules to main agg section 2016-06-06 07:39:00 -05:00
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 Docs: Complete rewrite of setup, installation, and configuration docs 2016-04-03 16:09:48 +02:00
release-notes.asciidoc Added release notes for 5.0.0-alpha3 2016-05-31 11:51:10 +02:00
search.asciidoc Add documentation for global search timeout 2016-01-07 10:42:18 -05:00
setup.asciidoc Add bootstrap check docs 2016-05-27 06:03:35 -04:00
testing.asciidoc