Full text search queries support (MongoDB 2.4+)
Full text search queries support (MongoDB 2.4+)
(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.
(search collection query)
Performs a full text search query
Performs a full text search query
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close