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 that's only by virtue of "package" being a location within the filestore that the package-manager happens to use.
Having found the APIs, I'm on to slightly more specific questions. Is there a reason that files are uploaded to "/api/cluster/files" but fetched from "/api/node/files"? What distinguishes the two delete APIs that the file-store offers ("DELETE /api/cluster/files/" and "DELETE /api/node/files")? Are the delete APIs omitted from the ref-guide by oversight or for a particular reason? etc. If anyone can offer any context on these APIs, I'd greatly appreciate it! Best, Jason --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@solr.apache.org