OpenSearch/docs/reference
Benjamin Trent 89668c5ea0
[ML][Inference] adds new default_field_map field to trained models (#53294) (#53419)
Adds a new `default_field_map` field to trained model config objects.

This allows the model creator to supply field map if it knows that there should be some map for inference to work directly against the training data.

The use case internally is having analytics jobs supply a field mapping for multi-field fields. This allows us to use the model "out of the box" on data where we trained on `foo.keyword` but the `_source` only references `foo`.
2020-03-11 13:49:39 -04:00
..
aggregations [DOCS] Fix parameter formatting for GeoHash grid agg docs (#53032) 2020-03-09 08:16:40 -04:00
analysis [DOCS] Reformat `word_delimiter` token filter (#53387) 2020-03-11 09:03:57 -04:00
autoscaling Add autoscaling API skelton (#51564) 2020-02-06 21:55:01 -05:00
cat [DOCS] Adds cat anomaly detectors API (#52866) (#52970) 2020-03-02 07:28:55 -08:00
ccr Remove outdated requirement of CCR (#50859) 2020-01-13 20:00:23 -05:00
cluster [DOCS] Document `nodes` cluster stats (#52813) 2020-03-10 05:05:05 -04:00
commands [Docs] Fix typo in node-tool.asciidoc (#51667) 2020-01-31 10:36:21 +01:00
docs [DOCS] Update term vectors snippet to prevent CI failure (#52819) 2020-02-26 12:41:40 -05:00
eql [DOCS] Adds Beats tip to EQL search docs (#53292) 2020-03-10 05:16:18 -04:00
graph [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) (#46502) 2019-09-09 13:38:14 -04:00
high-availability [DOCS] Move snapshot-restore out of modules. (#49618) (#50829) 2020-01-09 16:55:46 -08:00
how-to Introduce a `constant_keyword` field. (#49713) (#53024) 2020-03-03 16:01:47 +01:00
ilm [DOCS] Fix "Wait for Snapshot" link in ILM actions reference (#53269) 2020-03-09 08:40:36 -04:00
images [DOCS] Make token graph diagrams consistent (#53331) 2020-03-10 06:53:28 -04:00
index-modules Discourage from opting in for the `niofs` store. (#52638) 2020-02-25 08:54:11 +01:00
indices Implement hidden aliases (#52547) 2020-03-06 16:02:38 -07:00
ingest [ML][Inference] adds new default_field_map field to trained models (#53294) (#53419) 2020-03-11 13:49:39 -04:00
licensing [DOCS] Augments update license API (#51903) 2020-02-05 11:08:11 -08:00
mapping remove sneaked placeholder from histogram docs (#53391) (#53405) 2020-03-11 14:04:22 +01:00
migration Deprecate the listener thread pool (#53266) 2020-03-09 16:56:01 -04:00
ml [ML][Inference] adds new default_field_map field to trained models (#53294) (#53419) 2020-03-11 13:49:39 -04:00
modules "Adding nodes" instructions only work on localhost (#52677) 2020-02-27 09:18:37 +00:00
monitoring [DOCS] Fixes monitoring links (#52790) 2020-02-25 18:08:23 -08:00
query-dsl [Docs] Correct examples for * and + in regexp-syntax.asciidoc (#53210) 2020-03-06 17:17:32 +01:00
release-notes script_score query errors on negative scores (#53133) 2020-03-05 14:23:39 -05:00
rest-api Correct the name of the search timeout parameter. (#52733) 2020-02-24 14:59:06 -08:00
rollup [DOCS] Merge rollup config details into API (#49412) 2019-11-22 08:39:49 -08:00
scripting Scripting: Add char position of script errors (#51069) (#51266) 2020-01-21 13:45:59 -07:00
search Small corrections to stored_fields docs. (#53247) 2020-03-09 10:59:17 -07:00
settings [7.x][DOCS] Adds common definitions for security settings (#51017) (#53242) 2020-03-06 16:28:54 -08:00
setup Document how to change GC logging behaviour (#52879) 2020-02-28 21:27:45 +00:00
slm Correct SLM retention timezone documentation (#52533) 2020-02-19 13:46:43 -07:00
snapshot-restore Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
sql [DOCS] Fix several Asciidoctor double arrow replacements (#52827) 2020-03-04 08:43:19 -05:00
testing
transform [DOCS] Correct important note for xpack.transform.enabled (#52194) 2020-02-11 13:02:10 +00:00
upgrade Clarify futher the order for a rolling upgrade (#52964) 2020-03-05 15:28:59 +00:00
vectors Remove the 'experimental' marking from vector fields. (#49120) 2019-11-18 12:42:46 -08:00
aggregations.asciidoc
analysis.asciidoc [DOCS] Reformat `stop` token filter (#53059) 2020-03-03 13:22:52 -05:00
api-conventions.asciidoc [DOCS] Adds ignore_throttled to index conventions (#53063) 2020-03-03 10:23:56 -08:00
cat.asciidoc [DOCS] Adds cat anomaly detectors API (#52866) (#52970) 2020-03-02 07:28:55 -08:00
cluster.asciidoc Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
data-rollup-transform.asciidoc [DOCS] Adds transforms to Elasticsearch book (#46846) (#47055) 2019-09-25 08:11:37 -07:00
docs.asciidoc
frozen-indices.asciidoc [DOCS] [2 of 5] Change // CONSOLE comments to [source,console] (#46353) (#46502) 2019-09-09 13:38:14 -04:00
getting-started.asciidoc [DOCS] Switch to standard ESS trial links (#52552) 2020-02-21 12:07:10 -05:00
glossary.asciidoc Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
gs-index.asciidoc
high-availability.asciidoc [DOCS] Remove leveloffset for CCR docs (#46818) 2019-09-18 09:44:43 -04:00
how-to.asciidoc
index-modules.asciidoc Deprecate creation of dot-prefixed index names except for hidden and system indices (#49959) 2020-01-28 10:01:16 -07:00
index.asciidoc [DOCS] Include docs on permanently unreleased branches only (#51743) 2020-02-11 11:24:13 -05:00
index.x.asciidoc
indices.asciidoc [DOCS] Reorder index APIs alphabetically (#46981) (#47402) 2019-10-01 17:07:28 -04:00
ingest.asciidoc Replace required pipeline with final pipeline (#49470) 2019-11-22 14:37:36 -05:00
intro.asciidoc [7.x][DOCS] Updates ML links (#50387) (#50409) 2019-12-20 10:01:19 -08:00
mapping.asciidoc [DOCS] Note clause limit in `index.mapping.total_fields.limit` docs (#48153) 2019-10-18 10:20:49 -04:00
modules.asciidoc Backporting updates to ILM org, overview, & GS (#51898) 2020-02-04 16:45:18 -08:00
query-dsl.asciidoc Add a cluster setting to disallow expensive queries (#51385) (#52279) 2020-02-12 22:56:14 +01:00
redirects.asciidoc [DOCS] Adds transform-settings page and its subpage to redirects (#52944) 2020-03-02 16:36:40 +01:00
release-notes.asciidoc [DOCS] Add 7.6.1. release notes (#52874) 2020-03-04 15:47:54 +01:00
scripting.asciidoc
search.asciidoc Use snake casing for document field (#45432) 2019-09-19 14:27:00 +02:00
setup.asciidoc [DOCS] Adds transform-settings page and its subpage to redirects (#52944) 2020-03-02 16:36:40 +01:00
testing.asciidoc
upgrade.asciidoc [DOCS] Change prev version to 7.5 in upgrade docs (#48415) 2019-10-23 12:09:26 -05:00