Liking cljdoc? Tell your friends :D

corona.data-import


abort!clj

(abort! client-config)

Aborts the running process. Useful to stop indexing process.

Aborts the running process. Useful to stop indexing process.
sourceraw docstring

delta-import!clj

(delta-import! client-config
               {:keys [clean commit debug entity optimize] :as settings})

This will the changes and index only the changes happened from the last full-import. :clean – The default value is false. This tells whether to clean up the index before the indexing is started. :commit – The default value is true. This tells whether to commit the index after the operation. :debug – The default value is false. This is helpful to understand what is going during the indexing. :entity – This tells the Solr to index which entity to index. If nothing is passed all the entities are executed. :optimize – The default value is true. This tells whether to optimize the index after the operation.

This will the changes and index only the changes happened from the last full-import.
:clean – The default value is false. This tells whether to clean up the index before the indexing is started.
:commit – The default value is true. This tells whether to commit the index after the operation.
:debug – The default value is false. This is helpful to understand what is going during the indexing.
:entity – This tells the Solr to index which entity to index. If nothing is passed all the entities are executed.
:optimize – The default value is true. This tells whether to optimize the index after the operation.
sourceraw docstring

full-import!clj

(full-import! client-config
              {:keys [clean commit debug entity optimize] :as settings})

This will start the new indexing thread to index the data. :clean – The default value is false. This tells whether to clean up the index before the indexing is started. :commit – The default value is true. This tells whether to commit the index after the operation. :debug – The default value is false. This is helpful to understand what is going during the indexing. :entity – This tells the Solr to index which entity to index. If nothing is passed all the entities are executed. :optimize – The default value is true. This tells whether to optimize the index after the operation.

This will start the new indexing thread to index the data.
:clean – The default value is false. This tells whether to clean up the index before the indexing is started.
:commit – The default value is true. This tells whether to commit the index after the operation.
:debug – The default value is false. This is helpful to understand what is going during the indexing.
:entity – This tells the Solr to index which entity to index. If nothing is passed all the entities are executed.
:optimize – The default value is true. This tells whether to optimize the index after the operation.
sourceraw docstring

make-data-import-base-urlclj

(make-data-import-base-url client-config & [trailing-uri])
source

reload-config!clj

(reload-config! client-config)

Reloads the configuration, catching changes to it without the need to restart Solr.

Reloads the configuration, catching changes to it without the need to restart Solr.
sourceraw docstring

statusclj

(status client-config)

Returns the statistics on number of documents indexed, no of documents deleted etc.

Returns the statistics on number of documents indexed, no of documents deleted etc.
sourceraw docstring

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

× close