Liking cljdoc? Tell your friends :D

caponia.query


(do-search index term)
(do-search index term merge-style)

Do a search, merging results as indicated by merge-style. Defaults to :and.

Do a search, merging results as indicated by merge-style.
Defaults to `:and`.
sourceraw docstring

merge-andclj

(merge-and query-results)

Process query results by AND; only return [id weight] which matched all stems.

Process query results by AND; only return `[id weight]` which
matched all stems.
sourceraw docstring

merge-orclj

(merge-or query-results)

Get all matched [id weight], where weight is the sum of all occurrences.

Get all matched `[id weight]`, where weight is the sum of
all occurrences.
sourceraw docstring

queryclj

(query index query-string)

Retrieve all matches for query-string's stems from index.

Retrieve all matches for `query-string`'s stems from `index`.
sourceraw docstring

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

× close