clojure-solr icon indicating copy to clipboard operation
clojure-solr copied to clipboard

solr bindings for clojure

Results 1 clojure-solr issues
Sort by recently updated
recently updated
newest added

i tried using this against Solr 3.3.0 and it didn't work. Here are the changes i made: project.clj: from `[org.apache.solr/solr-solrj "1.4.0"]` to `[org.apache.solr/solr-solrj "3.1.0"]` clojure_solr.clj from `(defn add-documents! [coll] (.add...