Liking cljdoc? Tell your friends :D
Clojure only.

monger.search

Full text search queries support (MongoDB 2.4+)

Full text search queries support (MongoDB 2.4+)
raw docstring

results-fromclj

(results-from res)
(results-from res keywordize-keys?)

Returns a lazy sequence of results from a search query response, sorted by score.

Each result is a Clojure map with two keys: :score and :obj.

Returns a lazy sequence of results from a search query response, sorted by score.

Each result is a Clojure map with two keys: :score and :obj.
sourceraw docstring

(search collection query)

Performs a full text search query

Performs a full text search query
sourceraw docstring

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

× close