Tidied up percolator doc annotations
This commit is contained in:
parent
30d78f4be0
commit
3da7393b00
|
@ -1,8 +1,8 @@
|
||||||
[[search-percolate]]
|
[[search-percolate]]
|
||||||
== Percolator
|
== 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 <<query-dsl-percolator-query,`percolator` query>>]
|
||||||
|
|
||||||
added[5.0.0,Percolate and multi percolate APIs have been deprecated and has been replaced by <<query-dsl-percolator-query, the new `percolator` query>>]
|
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]
|
||||||
|
|
Loading…
Reference in New Issue