Re: Package Store Implementation Questions

2024-05-13 Thread Jason Gerlowski
After some more digging I think I understand things a bit better. The APIs I couldn't find in the code aren't "package store" APIs at all. Or at least not directly. They're APIs for Solr's "file store". I mistook them for package APIs because the HTTP path contained "package", but it looks like

Package Store Implementation Questions

2024-05-13 Thread Jason Gerlowski
Hey all, I'm looking to convert some of Solr's "Package Store" APIs over to the JAX-RS framework, but I'm having some trouble finding the backing code. Some of the APIs were pretty easy to find. For instance I see `POST /api/cluster/package`, `GET /api/cluster/package`, and `GET /api/clusteer/pa