[DOCS] Added a version flag to percolation

This commit is contained in:
Clinton Gormley 2013-10-30 13:59:03 +01:00
parent 0585890a5f
commit 8b2efd4849
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[[search-percolate]]
== Percolator
Note: This page described the redesigned percolator that is part of the 1.0 release.
coming[1.0.0.Beta1]
Tradionally you design documents based on your data and store them into an index and then define queries via the search api
in order to retrieve these documents. The percolator works in the opposite direction, first you store queries into an
@ -439,4 +439,4 @@ this can easily take up the available memory in the heap space. If possible try
achieve the same result (with way less memory being used).
The delete-by-query api doesn't work to unregister a query, it only deletes the percolate documents from disk. In order
to update the registered queries in memory the index needs be closed and opened.
to update the registered queries in memory the index needs be closed and opened.