[ https://issues.apache.org/jira/browse/SOLR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516368 ]
Thomas Peuss commented on SOLR-308: ----------------------------------- 1.) I change it. 2.) I remove the check. I understand that this has a performance impact. 3.) I changed it to what DateField and IntField do. 4.) I remove that as well. If we don't do strong parsing we should call this IDField instead of UUIDField. If we don't enforce that this is an UUID we shouldn't name it like that. What do you think? > Add a field that generates an unique id when you have none in your data to > index > -------------------------------------------------------------------------------- > > Key: SOLR-308 > URL: https://issues.apache.org/jira/browse/SOLR-308 > Project: Solr > Issue Type: New Feature > Components: search > Reporter: Thomas Peuss > Priority: Minor > Attachments: UUIDField.patch, UUIDField.patch > > > This patch adds a field that generates an unique id when you have no unique > id in your data you want to index. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.