From ef709523735a8bca8402ec7978c8cd4840267dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 24 Aug 2023 17:49:35 +0200 Subject: [PATCH] [DOCS] Fixes field type in ELSER conceptual. (#2527) (#2530) (cherry picked from commit b0a10a7baabde2d75feae9b44edb033cbffb0108) --- docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc index e1b78d513..e23b4b80e 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc @@ -25,8 +25,8 @@ are learned to co-occur frequently within a diverse set of training data. The terms that the text is expanded into by the model _are not_ synonyms for the search terms; they are learned associations. These expanded terms are weighted as some of them are more significant than others. Then the {es} -{ref}/rank-feature.html[rank-feature field type] is used to store the terms and -weights at index time, and to search against later. +{ref}/rank-features.html[rank features field type] is used to store the terms +and weights at index time, and to search against later. [discrete]