flux
flux copied to clipboard
a clojure client for solr
Should we rename "solr-server" to "client" to be consistent?
As you know I am playing with flux currently without much knowledge of solr. Inspired by some sql libraries what do you think about a more clojure way building queries?...
Sorry, last time I did not test against real Solr as already reported in #20. Changed to dev as this is a bigger change and I would like a 2nd...
Hi, I updated the client to Solr 6.4.0 and added some small convenience stuff. I am not sure what the code in update.clj did for map values, please check if...
SolrDocument.addChildren was never used. Now if the document contains a _childDocuments_ key, then the vector will be added as a list of children to the current document. It works also...
Hi, I've written a lot of integration tests for flux, as well as some comments on what people should expect when querying. What's the contribution procedure? I normally use git-flow,...
Hello, thank you for this nice library! I thought it would be nice if filter queries could be expressed as a hashmap rather than as a vector of strings, and...
For creating a collection, we first need a connection. ``` clojure (def myconn (http/create "http://localhost:8983/solr" "mycollection" ) (create-collection myconn "mycollection" 1 ) ``` However, this gives me an error (on...
SolrJ offers more - leverage more of the methods available - https://cwiki.apache.org/confluence/display/solr/Using+SolrJ