Liking cljdoc? Tell your friends :D

clj-solr.core


?assocclj

(?assoc m & kvs)

Same as assoc, but skip the assoc if v is nil

Same as assoc, but skip the assoc if v is nil
sourceraw docstring

add-docsclj

(add-docs connection docs)
source

assoc-ifclj

(assoc-if pred m & kvs)

Same as assoc, but return original if pred is false

Same as assoc, but return original if pred is false
sourceraw docstring

authorizeclj

(authorize req connection)

assoc basic auth credentials into the request

assoc basic auth credentials into the request
sourceraw docstring

commit-requestclj

(commit-request connection)
source

doc-struct->xml-structclj

(doc-struct->xml-struct doc)
source

docs->xmlclj

(docs->xml docs & {:keys [update-method] :or {update-method :add}})
source

ex-doc-structclj

source

insertion-requestclj

(insertion-request connection docs)
source

queryclj

(query connection
       &
       {:keys [q fq sort fl df start rows indent hl hl-fl]
        :or {q "*:*" indent true}})
source

select-urlclj

(select-url connection)

dynamically generate the solr/select url from the connection

dynamically generate the solr/select url from the connection
sourceraw docstring

update-urlclj

(update-url connection)
source

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

× close