(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.
(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.
(index-reader directory)
An IndexReader instance.
An IndexReader instance.
(index-writer directory index-writer-config)
IndexWriter instance.
IndexWriter instance.
(index-writer-config analyzer)
IndexWriterConfig instance.
IndexWriterConfig instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close