[DOCS] Added a version flag to percolation
This commit is contained in:
parent
0585890a5f
commit
8b2efd4849
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue