elasticsearch/docs/reference
Martijn van Groningen f14874ca47
Change how type is stored in an enrich policy. (#45789)
A policy type controls how the enrich index is created and
the query executed against the match field. Currently there
is a single policy type (`exact_match`). In the near future
more policy types will be added and different policy may have
different configuration options.

For this reason type should be a json object instead of a string field:

```
{
   "exact_match": {
      ...
   }
}
```

instead of:

```
{
  "type": "exact_match",
  ...
}
```

This will make streaming parsing of enrich policies easier as in the
new format, the parsing code can know ahead what configuration fields
to expect. In the latter format that is not possible if the type field
appears not as the first field.

Relates to #32789
2019-08-23 13:38:12 +02:00
..
administering [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:05:01 +03:00
aggregations [DOCS] Correct conditional clause in histogram agg docs (#45643) 2019-08-19 10:09:10 -04:00
analysis [DOCS] Modified section headings, edited text for clarity. (#44988) 2019-07-30 16:03:05 -04:00
cat Add is_write_index column to cat.aliases (#44772) 2019-08-21 07:40:07 -07:00
ccr [DOCS] Reformats API parameter details (#44194) 2019-07-12 08:26:31 -07:00
cluster [DOCS] Reformats voting configuration exclusion API. (#45644) 2019-08-16 15:41:15 +02:00
commands [DOCS] Adds command reference for elasticsearch-croneval (#43946) 2019-07-25 11:32:31 -07:00
data-frames/apis [ML][Transforms] adjusting stats.progress for cont. transforms (#45361) 2019-08-14 11:22:39 -05:00
docs [DOCS] Add anchor to version types list. (#45886) 2019-08-22 17:13:07 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
how-to Expand docs on force-merge and global ordinals (#44684) 2019-07-23 07:32:44 +01:00
ilm [DOCS] Document indices.lifecycle.poll_interval ILM cluster setting (#45744) 2019-08-20 12:58:57 -04:00
images [DOCS] Add diagrams to cross-cluster search documentation (#45569) 2019-08-15 10:59:58 -04:00
index-modules Ignore translog retention policy if soft-deletes enabled (#45473) 2019-08-20 20:54:14 -04:00
indices [DOCS] Reformat get mapping API. Reformat and reuse multi-index params. (#45699) 2019-08-21 09:42:10 -04:00
ingest Change how type is stored in an enrich policy. (#45789) 2019-08-23 13:38:12 +02:00
licensing [DOCS] Remind users to include @ symbol when applying license file (#40688) 2019-04-04 11:37:08 -04:00
mapping [SPATIAL] New ShapeQueryBuilder for querying indexed cartesian geometry (#45108) 2019-08-08 15:28:35 -05:00
migration Always auto-release the flood-stage block (#45274) 2019-08-08 11:47:14 +01:00
ml Allow the user to specify 'query' in Evaluate Data Frame request (#45775) 2019-08-22 08:27:38 +02:00
modules Repository Cleanup Endpoint (#43900) 2019-08-21 12:02:44 +02:00
monitoring [DOCS] Describe setup for monitoring logs (#42655) 2019-06-20 07:22:18 -07:00
query-dsl [DOCS] Reformat match query (#45152) 2019-08-22 15:29:14 -04:00
release-notes [DOCS] Remove abbrevtitles for Asciidoctor migration (#41366) 2019-04-22 05:26:36 -07:00
rest-api [DOCS] Reformat get mapping API. Reformat and reuse multi-index params. (#45699) 2019-08-21 09:42:10 -04:00
rollup [DOCS] Replace placeholder anchors for create rollup job API docs. (#45712) 2019-08-20 10:36:42 -04:00
scripting [DOCS] Add template docs to scripts. Reorder template examples. (#45817) 2019-08-22 08:40:09 -04:00
search Adding a warning to from-size.asciidoc 2019-08-22 19:07:14 -07:00
security [DOCS] Remove :edit_url: overrides. (#44445) 2019-07-16 15:02:38 -04:00
settings [DOCS] Document indices.lifecycle.poll_interval ILM cluster setting (#45744) 2019-08-20 12:58:57 -04:00
setup [DOCS] Remove xpack terminology from installation pages (#44973) 2019-07-30 14:59:20 -07:00
sql SQL: ODBC: document newest connection string parameters (#44185) 2019-08-12 13:42:08 +02:00
testing Uppercasing some docs section title (#37781) 2019-01-24 22:54:55 +01:00
upgrade [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:16:35 -04:00
vectors Add filters in exampls of vector functions (#45327) 2019-08-08 09:38:05 -04:00
administering.asciidoc [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:05:01 +03:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc [DOCS] Reformat match phrase prefix query (#45209) 2019-08-06 14:01:49 -04:00
api-conventions.asciidoc [DOCS] Reformat get mapping API. Reformat and reuse multi-index params. (#45699) 2019-08-21 09:42:10 -04:00
cat.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
cluster.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
docs.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
frozen-indices.asciidoc [DOCS] Change // TESTRESPONSE[_cat] to // TESTRESPONSE[non_json] (#43006) 2019-06-10 09:33:32 -04:00
getting-started.asciidoc Use the elasticsearch.bat file in zip distribution (#45596) 2019-08-21 18:49:19 +10:00
glossary.asciidoc Update glossary.asciidoc (#41364) 2019-04-19 10:24:29 +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-docinfo.xml [DOCS] Add intro blurb to ES Ref TOC page (#44728) 2019-07-23 12:51:05 -07:00
index-modules.asciidoc More read-only-allow-delete docs (#45320) 2019-08-08 10:00:16 +01:00
index.asciidoc Retitle and relocate cross-cluster search docs (#45608) 2019-08-15 16:11:04 -04:00
index.x-docinfo.xml [DOCS] Adding x version of the intro blurb for the TOC. 2019-07-24 14:25:07 -07:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc Add Clone Index API (#44267) 2019-07-25 20:17:51 +02:00
ingest.asciidoc show a full ingest example in the index page, to let user fast understand ingest node. (#43476) 2019-07-01 08:04:26 +02:00
intro.asciidoc [DOCS] Edited title/subtitle. (#43552) 2019-06-24 15:29:47 -07:00
mapping.asciidoc [DOCS] Add examples to the mapping docs (#45520) 2019-08-19 09:32:37 -04:00
modules.asciidoc Retitle and relocate cross-cluster search docs (#45608) 2019-08-15 16:11:04 -04:00
query-dsl.asciidoc [SPATIAL] New ShapeQueryBuilder for querying indexed cartesian geometry (#45108) 2019-08-08 15:28:35 -05:00
redirects.asciidoc [DOCS] Add diagrams to cross-cluster search documentation (#45569) 2019-08-15 10:59:58 -04:00
release-notes.asciidoc [DOCS] Adds placeholders for v8 highlights, breaking changes, release notes (#38641) 2019-02-08 15:48:42 -08:00
scripting.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:45:04 -04:00
search.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
setup.asciidoc [ML][Data Frame] adding dynamic cluster setting for failure retries (#44577) 2019-07-19 13:50:28 -05:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc Update docs to refer to 6.8 instead of 6.7 (#43685) 2019-07-02 09:06:14 +02:00