(add-entry index stem key weight)helper function for index
helper function for `index`
(index-text index key data)(index-text index key txt weight)adds text to index
adds text to index
(load-index index filename-or-file)loads index from file
loads index from file
(make-index)(make-index stemmer-func)creates a index for search
(make-index)
creates a index for search (make-index)
(merge-and query-results)merges results using and
merges results using and
(remove-entries index key stems)helper function for `unindex
helper function for `unindex
(save-index index)(save-index index filename-or-file)saves index to file
saves index to file
(search index term)(search index term merge-style)searchs index for text
searchs index for text
(unindex-text index key txt)removes text from index
removes text from index
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |