Re: [EXTERNAL] Unique key not being generated by UUIDUpdateProcessorFactory

2024-04-13 Thread Gus Heck
It's also often not a good idea to use a generated UUID as a document ID because if the corpus is ever re-indexed (to accept new schema changes, or for upgrade to a new major version for example) all the document id's will change and any users or software trying to act on the prior id's will have d

Re: [EXTERNAL] Unique key not being generated by UUIDUpdateProcessorFactory

2024-04-12 Thread Beale, Jim (US-KOP)
You have uuid in the solrconfig.xml but id in the managed-schema. On 4/12/24, 11:50 AM, "David Driver" mailto:david.dri...@enactor.co.uk>> wrote: I'm currently updating a Solr instance from 5.5 to 9.4 (and to solr cloud). More precisely, I'm starting with base config files from 9.4 and updat