From 5e13a1d6745a77d558976c33670d9bb79fe1f703 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 15 Dec 2016 16:23:05 +0000 Subject: [PATCH] Remove old versionadded line --- docs/topics/search/searching.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/topics/search/searching.rst b/docs/topics/search/searching.rst index 2f0fa81b74..61e11359a9 100644 --- a/docs/topics/search/searching.rst +++ b/docs/topics/search/searching.rst @@ -167,8 +167,6 @@ For example: Annotating results with score ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. versionadded:: 1.7 - For each matched result, Elasticsearch calculates a "score", which is a number that represents how relevant the result is based on the user's query. The results are usually ordered based on the score.