Re: UUIDField in defined schema

2018-08-13 Thread Edward Ribeiro
Go to the solrconfig.xml and replace the schemaless mode opening tag of named "add-unknown-fields-to-the-schema" by this one: It will auto-generate the UUID. If you want to use a UUIDField instead of string for the uniqueKey (id) then make the changes below in managed-schema: Edward On Wed

UUIDField in defined schema

2018-08-08 Thread Steve Pruitt
Admin guide has UUIDField as a field type, but it's not defined in the default schema. The Admin guide describes it in conjunction with the UUIDUpdateProcessorFactory. I see the updateProcessor defined in the default schema. The only place I see UUIDUpdateProcessorFactory discussed in the Adm