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]