From 3da7393b00636e21d0ae7c99f419bddfdf0eedb4 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 25 Mar 2016 15:36:51 +0100 Subject: [PATCH] Tidied up percolator doc annotations --- docs/reference/search/percolate.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/search/percolate.asciidoc b/docs/reference/search/percolate.asciidoc index 44400f5b816..700c4ed392c 100644 --- a/docs/reference/search/percolate.asciidoc +++ b/docs/reference/search/percolate.asciidoc @@ -1,8 +1,8 @@ [[search-percolate]] == Percolator -added[5.0.0,Percolator queries modifications aren't visible immediately and a refresh is required] +deprecated[5.0.0,Percolate and multi percolate APIs are deprecated and have been replaced by the new <>] -added[5.0.0,Percolate and multi percolate APIs have been deprecated and has been replaced by <>] +added[5.0.0,Percolator query modifications only become visible after a refresh has occurred. Previously, they became visible immediately] -added[5.0.0,For indices created on or after version 5.0.0 the percolator automatically indexes the query terms with the percolator queries this allows the percolator to percolate documents quicker. It is advisable to reindex any pre 5.0.0 indices to take advantage of this new optimization] +added[5.0.0,For indices created on or after version 5.0.0-alpha1 the percolator automatically indexes the query terms with the percolator queries. This allows the percolator to percolate documents more quickly. It is advisable to reindex any pre 5.0.0 indices to take advantage of this new optimization]