Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 87481 invoked from network); 23 Feb 2010 07:05:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 07:05:53 -0000 Received: (qmail 58302 invoked by uid 500); 23 Feb 2010 07:05:51 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 58183 invoked by uid 500); 23 Feb 2010 07:05:50 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 58168 invoked by uid 99); 23 Feb 2010 07:05:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 07:05:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 07:05:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EC4D234C1EE for ; Mon, 22 Feb 2010 23:05:28 -0800 (PST) Message-ID: <2014849544.455821266908728059.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Feb 2010 07:05:28 +0000 (UTC) From: "Bill Bell (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Created: (SOLR-1788) Remove duplicate field in schema.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Remove duplicate field in schema.xml ------------------------------------ Key: SOLR-1788 URL: https://issues.apache.org/jira/browse/SOLR-1788 Project: Solr Issue Type: New Feature Reporter: Bill Bell Is there a way to remove duplicates in a multiValue field? For example if I add the following - is there a wa to remove the duplicates? If not directly ins schema.xml how about in DIH? Full Bathrooms = 2 Bedrooms = 2 Bedrooms = 2 Full Bathrooms = 2 Property Address = Orange,92805 Property Type = Apartments This would be changed to: Bedrooms = 2 Full Bathrooms = 2 Property Address = Orange,92805 Property Type = Apartments -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.