Docs: Use correct field name in Field Value factor docs. (#26104)

This commit is contained in:
Ian Fisk 2017-08-08 13:34:20 -07:00 committed by Nik Everett
parent 59c670cbfa
commit 8cb1391f40
1 changed files with 1 additions and 1 deletions

View File

@ -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 it avoids the overhead of scripting. If used on a multi-valued field, only the
first value of the field is used in calculations. 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 field and wish to influence the score of a document with this field, an example
doing so would look like: doing so would look like: