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 86A5EF638 for ; Mon, 22 Apr 2013 13:53:17 +0000 (UTC) Received: (qmail 98098 invoked by uid 500); 22 Apr 2013 13:53:16 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 98028 invoked by uid 500); 22 Apr 2013 13:53:16 -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 98018 invoked by uid 99); 22 Apr 2013 13:53:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 13:53:16 +0000 Date: Mon, 22 Apr 2013 13:53:16 +0000 (UTC) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4746) Distributed grouping output bug (NamedList used instead of SimpleOrderedMap) 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-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-4746: ------------------------------- Attachment: SOLR-4746.patch Here's a simple patch that changes NamedList to SimpleOrderedMap. Tests are running now, and I'll commit shortly. > Distributed grouping output bug (NamedList used instead of SimpleOrderedMap) > ---------------------------------------------------------------------------- > > Key: SOLR-4746 > URL: https://issues.apache.org/jira/browse/SOLR-4746 > Project: Solr > Issue Type: Bug > Reporter: Yonik Seeley > Fix For: 4.3, 5.0 > > Attachments: SOLR-4746.patch > > > As noted by David Parkes > {code} > {"unique_catalog_name":{"matches": > changes to > {"unique_catalog_name",{"matches": > {code} > when using distributed search. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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