[ https://issues.apache.org/jira/browse/SOLR-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Grant Ingersoll updated SOLR-478: --------------------------------- Attachment: SOLR-478.patch Adds in unique key attribute info, as in: {code} <lst name="id"> <str name="type">string</str> <str name="flags">I-S----O----l</str> <bool name="required">true</bool> <bool name="uniqueKey">true</bool> </lst> {code} and a higher level object: {code} <str name="uniqueKeyField">id</str> {code} > LukeRequestHandler unique key information > ----------------------------------------- > > Key: SOLR-478 > URL: https://issues.apache.org/jira/browse/SOLR-478 > Project: Solr > Issue Type: New Feature > Reporter: Grant Ingersoll > Assignee: Grant Ingersoll > Priority: Minor > Attachments: SOLR-478.patch > > > Would be useful to know which field in the schema is the unique key field via > the Luke Req Handler. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.