On 6/21/06, Mike Richmond <[EMAIL PROTECTED]> wrote:
Is there anyway to not allow duplicates inside of a mutivalued field using Solr?
Not currently. Do you want uniqueness within a single document, or across many documents? If it's within a single document, this is probably easiest to implement in the client sending the document. -Yonik