From 8cb1391f40c911e0bc27f19d8d9d35e8b4d04296 Mon Sep 17 00:00:00 2001 From: Ian Fisk Date: Tue, 8 Aug 2017 13:34:20 -0700 Subject: [PATCH] Docs: Use correct field name in Field Value factor docs. (#26104) --- docs/reference/query-dsl/function-score-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/function-score-query.asciidoc b/docs/reference/query-dsl/function-score-query.asciidoc index bad1085bf5e..42b74712d96 100644 --- a/docs/reference/query-dsl/function-score-query.asciidoc +++ b/docs/reference/query-dsl/function-score-query.asciidoc @@ -253,7 +253,7 @@ influence the score. It's similar to using the `script_score` function, however, it avoids the overhead of scripting. If used on a multi-valued field, only the first value of the field is used in calculations. -As an example, imagine you have a document indexed with a numeric `popularity` +As an example, imagine you have a document indexed with a numeric `likes` field and wish to influence the score of a document with this field, an example doing so would look like: