Progress on SOLR-16573 EmbeddedSolrServerTestRule

2023-01-02 Thread David Smiley
Happy New Year everyone. Joshua and I have some good progress on a new EmbeddedSolrServerTestRule https://issues.apache.org/jira/browse/SOLR-16573 + PR (read the JIRA first, always) Keep in mind this is one incremental step, and I expect it will be evolutionary (The API will evolve as we address m

Re: Enable different schemas per shard based on core.properties

2023-01-02 Thread Shawn Heisey
On 1/2/23 02:29, Bram Van Dam wrote: Mixtures of old and new schemas are not supported here. In fact, this patch was made specifically to prevent that: it allows Solr Cloud to always use the "old" schema for old shards. Simply put the configSet in ZK and refer to it in core.properties. We not

Re: Enable different schemas per shard based on core.properties

2023-01-02 Thread Bram Van Dam
Hi Wei, Mixtures of old and new schemas are not supported here. In fact, this patch was made specifically to prevent that: it allows Solr Cloud to always use the "old" schema for old shards. Simply put the configSet in ZK and refer to it in core.properties. We noticed that once documents wit