diff --git a/170_Relevance/10_Scoring_theory.asciidoc b/170_Relevance/10_Scoring_theory.asciidoc index c587172b4..d9ba7f91f 100644 --- a/170_Relevance/10_Scoring_theory.asciidoc +++ b/170_Relevance/10_Scoring_theory.asciidoc @@ -73,7 +73,7 @@ PUT /my_index "doc": { "properties": { "text": { - "type": "string", + "type": "text", "index_options": "docs" <1> } } @@ -131,7 +131,7 @@ PUT /my_index "doc": { "properties": { "text": { - "type": "string", + "type": "text", "norms": { "enabled": false } <1> } }