Liking cljdoc? Tell your friends :D

lib.lucene.impl


create-analyzersclj

(create-analyzers {:keys [template] :as engine})

creates multiple analyzers

creates multiple analyzers
raw docstring

create-directoriesclj

(create-directories {:keys [store root template refresh] :as engine})

create multiple lucene directories

create multiple lucene directories
raw docstring

get-indexclj

(get-index {:keys [instance]} index)

gets a particular index

gets a particular index
raw docstring

index-add-luceneclj

(index-add-lucene {:keys [template] :as engine} index entry opts)

adds an entry to the index

adds an entry to the index
raw docstring

index-remove-luceneclj

(index-remove-lucene engine index terms opts)

removes an entry from the index

removes an entry from the index
raw docstring

index-update-luceneclj

(index-update-lucene {:keys [template] :as engine} index terms entry opts)

updates an entry in the index

updates an entry in the index
raw docstring

search-luceneclj

(search-lucene engine index terms opts)

searches lucene

searches lucene
raw docstring

start-luceneclj

(start-lucene {:keys [instance] :as engine})

starts the lucene engine

starts the lucene engine
raw docstring

stop-luceneclj

(stop-lucene {:keys [instance] :as engine})

stops the lucene engine

stops the lucene engine
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close