Re: Cleaning up IntelliJ warnings in code base

2022-08-17 Thread Houston Putman
I completely understand your concern and frustration for the solrj-zookeeper PR David, it's been in the works for a while, and these refactorings are very hard on you and the contributor you are working with. Eric and I talked, and given that there are very few giant PRs that are in progress, we

Shard Split Documentation

2022-08-17 Thread Nazerke S
Hi all, Submitted a PR about shard split documentation to illustrate how shard split works - inspired by Ilan's Overseer adoc . I work with David and Bruno; we have been recently

Re: JAX-RS APIs in Solr

2022-08-17 Thread Jason Gerlowski
Hey all, I've got an updated stab at a JAX-RS integration using Jersey: https://github.com/apache/solr/pull/975. That PR solves most of the concerns mentioned above (authc/authz integration, per-core API registration). It's still definitely in "draft" territory: logging needs cleaned up, it