(percolate conn index percolator)(percolate conn index percolator opts)Percolates a document and see which queries match on it. The document is not indexed, just
matched against the queries you register with register-query.
Percolates a document and see which queries match on it. The document is not indexed, just matched against the queries you register with [[register-query]].
(percolate-existing conn index percolator id)Percolates an existing document and sees which queries match on it.
Percolates an existing document and sees which queries match on it.
(register-query conn index percolator)(register-query conn index percolator opts)Registers a percolator for the given index
Registers a percolator for the given index
(unregister-query conn index percolator)Unregisters a percolator query for the given index
Unregisters a percolator query for the given index
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |