Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for Solr 3.3.0 #2

Open
spolyak opened this issue Aug 26, 2011 · 0 comments
Open

updates for Solr 3.3.0 #2

spolyak opened this issue Aug 26, 2011 · 0 comments

Comments

@spolyak
Copy link

spolyak commented Aug 26, 2011

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 *connection* (to-array (map make-document coll))))
to
(defn add-documents! [coll] (.add *connection* (seq (map make-document coll))))

travis referenced this issue in travis/clojure-solr Feb 27, 2013
Support field boost and fix multi-doc insert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant