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

Dev - changed a lot, please double check! #21

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

JanDornbusch
Copy link
Contributor

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 person to watch over before move it to be master.

This one includes few other PRs: #18 #17 #16 #12 as I was changing mostly everything I've included and tested their ideas too.

The new tests will require a zk with solr running and will test basic functionality against them to be sure everything works fine! I'm sure a few more tests could be added maybe #14 could be an inspiration about this.

Tested against solr and fixed cloud/http clients.
Started to comment.
Added tests.
Changed output behavior.
Allowed child documents to be added.
Sorted connections into own folder.
Renamed response ns to converter.
Added default connection to ease the use (reduce with-connection requirement).
merged into dev
Added tests which points out when you breakl something, but you will have to setup zk and solr for development now.
Added docstrings and generated codox doc.
Moved the connection ns into folder connections.
Added and fixed support for childdocs. (PR: 16)
Added and fixed support to create fq as hashmaps (PR: 12)
Added them back
changed to correct core
@mwmitchell
Copy link
Owner

This one includes few other PRs: #18 #17 #16 #12 as I was changing mostly everything I've included and tested their ideas too.
Awesome, thank you!

added the missing options to assoc
Added test for queries with fq.
@JanDornbusch
Copy link
Contributor Author

Currently playing with Solr. Who knows what else I will find. As said might be a good way to leave it in dev branch some more time to see if everything works as expected!

Solr uses maps for atomic updates, try to add normal clojure maps as values will cause an error. Just to not confuse new users I've changed the example in code and added a note in test.
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

Successfully merging this pull request may close these issues.

2 participants