Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3F759C23 for ; Mon, 30 Jan 2012 15:02:33 +0000 (UTC) Received: (qmail 38957 invoked by uid 500); 30 Jan 2012 15:02:32 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38886 invoked by uid 500); 30 Jan 2012 15:02:31 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38879 invoked by uid 99); 30 Jan 2012 15:02:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 15:02:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 15:02:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7931716D069 for ; Mon, 30 Jan 2012 15:02:10 +0000 (UTC) Date: Mon, 30 Jan 2012 15:02:10 +0000 (UTC) From: "Yonik Seeley (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <339769229.7679.1327935730497.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <569547392.6391.1327884550221.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-3073) Distributed Grouping fails if the uniqueKey is a UUID MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196159#comment-13196159 ] Yonik Seeley commented on SOLR-3073: ------------------------------------ I assume the results of TopGroupsResultTransformer is never exposed to the end user (i.e. the end user won't know that we use strings internally)? If so, this fix seems easiest. If not, then UUIDField itself should be fixed to not return a UUID from toObject. > Distributed Grouping fails if the uniqueKey is a UUID > ----------------------------------------------------- > > Key: SOLR-3073 > URL: https://issues.apache.org/jira/browse/SOLR-3073 > Project: Solr > Issue Type: Bug > Affects Versions: 3.5 > Reporter: Devon Krisman > Priority: Minor > Fix For: 3.6 > > Attachments: SOLR-3073-3x.patch, SOLR-3073-3x.patch > > > Attempting to use distributed grouping (using a StrField as the group.fieldname) with a UUID as the uniqueKey results in an error because the classname (java.util.UUID) is prepended to the field value during the second phase of the grouping. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org