Liking cljdoc? Tell your friends :D

std.text.index


add-entryclj

(add-entry index stem key weight)

helper function for index

helper function for `index`
raw docstring

index-textclj

(index-text index key data)
(index-text index key txt weight)

adds text to index

adds text to index
raw docstring

load-indexclj

(load-index index filename-or-file)

loads index from file

loads index from file
raw docstring

make-indexclj

(make-index)
(make-index stemmer-func)

creates a index for search

(make-index)

creates a index for search

(make-index)
raw docstring

merge-andclj

(merge-and query-results)

merges results using and

merges results using and
raw docstring

merge-orclj

(merge-or query-results)

merges results using or

merges results using or
raw docstring

queryclj

(query index query-string)

queries index for results

queries index for results
raw docstring

remove-entriesclj

(remove-entries index key stems)

helper function for `unindex

helper function for `unindex
raw docstring

save-indexclj

(save-index index)
(save-index index filename-or-file)

saves index to file

saves index to file
raw docstring

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

searchs index for text

searchs index for text
raw docstring

unindex-allclj

(unindex-all index key)

clears index

clears index
raw docstring

unindex-textclj

(unindex-text index key txt)

removes text from index

removes text from index
raw docstring

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

× close