Liking cljdoc? Tell your friends :D

clucy.core


*analyzer*clj

source

*content*clj

source

*version*clj

source

addclj

(add index & maps)

Add hash-maps to the search index.

Add hash-maps to the search index.
sourceraw docstring

as-strclj

(as-str x)
source

deleteclj

(delete index & maps)

Deletes hash-maps from the search index.

Deletes hash-maps from the search index.
sourceraw docstring

disk-indexclj

(disk-index dir-path)

Create a new index in a directory on disk.

Create a new index in a directory on disk.
sourceraw docstring

memory-indexclj

(memory-index)

Create a new index in RAM.

Create a new index in RAM.
sourceraw docstring

(search index
        query
        max-results
        &
        {:keys [highlight default-field default-operator page results-per-page]
         :or {page 0 results-per-page max-results}})

Search the supplied index with a query string.

Search the supplied index with a query string.
sourceraw docstring

search-and-deleteclj

(search-and-delete index query)
(search-and-delete index query default-field)

Search the supplied index with a query string and then delete all of the results.

Search the supplied index with a query string and then delete all
of the results.
sourceraw docstring

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

× close