[DISCUSS] Deprecating Result Grouping

2025-01-09 Thread David Smiley
Solr has supported Result Grouping[1] for a long time but has mostly been duplicative with Collapse & Expand[2]. At the start of the RG docs, there's this notice which I wrote many (10?) years ago: > Prefer Collapse & Expand instead > Solr’s Collapse and Expand Results feature is newer and mostly

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

2025-01-09 Thread David Smiley
Switching BATS should be a new dev list thread. Not saying I'm looking forward to migrating yet another thing but don't want to cross our conversations. On Thu, Jan 9, 2025 at 10:19 AM Christos Malliaridis < c.malliari...@gmail.com> wrote: > > Maybe should be in "bats" actually. > > Before addi

[DISCUSS] Solr Operator 0.9.0 release

2025-01-09 Thread Jason Gerlowski
Hey all, The operator has accumulated a nice few bug-fixes and improvements since our 0.8.1 release back in the Spring. What do we think about doing an operator release in the coming weeks? If so, is anyone actively working on things that they'd hope to finish up before that happens? Best, Jas

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

2025-01-09 Thread Christos Malliaridis
> Maybe should be in "bats" actually. Before adding more tests to bats we should probably migrate to an OS-independent test framework. The missing coverage for Windows is taking its toll. On Thu, Jan 9, 2025 at 2:29 PM David Smiley wrote: > Definitely +1 to a smoke test (just look for non-fail

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

2025-01-09 Thread David Smiley
Definitely +1 to a smoke test (just look for non-failure). Maybe a single test class smoke testing all of v2. Maybe should be in "bats" actually. On Thu, Jan 9, 2025 at 4:24 AM Colvin Cowie wrote: > Hi, > > Okay yep, I can probably raise a JIRA and a PR tomorrow. I checked on 9.7 > and 9.4, bu

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

2025-01-09 Thread Colvin Cowie
Hi, Okay yep, I can probably raise a JIRA and a PR tomorrow. I checked on 9.7 and 9.4, but looking at the source I expect it's always been this way. On the testing front, I think it's a good idea to have at least one "smoke" test on every API just to check that things serialize correctly, even wit