Liking cljdoc? Tell your friends :D

clojurewerkz.elastisch.native.percolation


percolateclj

(percolate conn index mapping-type)
(percolate conn index mapping-type 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]].
sourceraw docstring

register-queryclj

(register-query conn index query-name)
(register-query conn index query-name opts)

Registers a percolator for the given index

Registers a percolator for the given index
sourceraw docstring

unregister-queryclj

(unregister-query conn index percolator)

Unregisters a percolator query for the given index

Unregisters a percolator query for the given index
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close