monger.search
Full text search queries support (MongoDB 2.4+)
results-from
(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.
search
(search db collection query)Performs a full text search query