Liking cljdoc? Tell your friends :D

msync.lucene.indexer


clear!cljmultimethod

source

create!clj

(create! {:keys [type path analyzer re-create?]})

Create an appropriate index - where path is either the keyword :memory, or a string representing the path on disk where the index is created.

Create an appropriate index - where path is either the keyword :memory, or
a string representing the path on disk where the index is created.
sourceraw docstring

create-filter-codec-for-suggestionsclj

(create-filter-codec-for-suggestions)

Creates a codec for storing fields that support returning suggestions for given prefix strings. Chooses the codec based on the field name prefix - which is fixed/pre-decided and not designed to be overridden.

Creates a codec for storing fields that support returning suggestions for given prefix strings.
Chooses the codec based on the field name prefix - which is fixed/pre-decided and not designed to be
overridden.
sourceraw docstring

index!cljmultimethod

source

index-readerclj

(index-reader directory)

An IndexReader instance.

An IndexReader instance.
sourceraw docstring

index-writerclj

(index-writer directory index-writer-config)

IndexWriter instance.

IndexWriter instance.
sourceraw docstring

index-writer-configclj

(index-writer-config analyzer)

IndexWriterConfig instance.

IndexWriterConfig instance.
sourceraw docstring

IndexConfigclj

source

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

× close