Re: Storing application metadata for a collection? / APIs to read properties and configuration

2025-01-08 Thread David Smiley
Yes exactly -- would be really cool! For example, imagine if the V2 API for this was here: /api/c/collection-name/config/files and you could HTTP PUT config/files/synonyms.txt And furthermore GET of files or listings would present the overlaid view. This is all wishful thinking of course; it's so

Deprecating "collection" parameter for routing

2025-01-08 Thread David Smiley
For many years[1], SolrCloud has supported a "collection" query parameter for both routing a request to a collection as an alternative to "/solr/collectionNameHere/handler" [2],[3], as well as for doing distributed-search across a number of collections[4]. It's actually a comma delimited list of c

Re: Solr 9.8.0 - branching and releasing plan

2025-01-08 Thread Anshum Gupta
I'm currently working on building the RC and hoping we can start the voting process soon. On Tue, Jan 7, 2025 at 10:21 AM Gus Heck wrote: > Just noticed this discussion of Add-Opens manifest attribute. The docs on > this stuff are wonky, but all in the same way. They all fail to mention > Add-Op

Re: v2 COLLECTIONPROP API - HK2 service reification failed for [org.apache.solr.handler.admin.api.CollectionProperty] with an exception

2025-01-08 Thread Jason Gerlowski
Hi Colvin, Yep - that's a result of the missing '@Inject' annotation. What version are you seeing this on? If you're up for it, can you file a JIRA ticket with the details and hopefully we can address it in an upcoming release? > I guess that there's no tests for going through the v2 API? I su

v2 COLLECTIONPROP API - HK2 service reification failed for [org.apache.solr.handler.admin.api.CollectionProperty] with an exception

2025-01-08 Thread Colvin Cowie
Hello, I'm trying to use the v2 https://solr.apache.org/guide/solr/latest/deployment-guide/collection-management.html#collectionprop API. v1 works fine, but v2 fails with a glassfish error. I won't paste the full stacktrace here because it's mostly noise. I assume it's because org.apache.solr.hand

Re: Storing application metadata for a collection? / APIs to read properties and configuration

2025-01-08 Thread Colvin Cowie
I'm not entirely familiar with that "auto-created" configSet, but I think I see what you mean. If your configuration is all within a collection specific overlay you wouldn't even need to delete a config set, you would just delete the collection (or possibly the overlay), so would entirely avoid th