Unique key not being generated by UUIDUpdateProcessorFactory

2024-04-12 Thread David Driver
rated? Regards David Driver

Issues creating category routed alias in SolrJ

2023-10-10 Thread David Driver
outer). The Java code that creates the category. Create createCollection = CollectionAdminRequest.createCollection( categoryName, configSetName, null, null, null, null); CreateCategoryRoutedAlias createCategory = CollectionAdminRequest. createCategoryRoutedAlias(categoryName, categoryFieldName, 0, createCollection); createCategory.process(client); Regards David Driver

[Solr 9.3.0] Difficulties creating Category-Routed Aliases when using the SolrJ client

2023-07-27 Thread David Driver
Hi, I'm looking at upgrading our solr docker from 9.2.1 to 9.3.0. However, after upgrading I'm finding that our unit tests are failing for certain scenarios when a SolrJ client is used. The version of SolrJ we use is 8.11.2, but our applications cannot upgrade the client. I am unable to create a