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 6202E10172 for ; Thu, 12 Dec 2013 19:55:10 +0000 (UTC) Received: (qmail 18836 invoked by uid 500); 12 Dec 2013 19:55:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 18761 invoked by uid 500); 12 Dec 2013 19:55:08 -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 18721 invoked by uid 99); 12 Dec 2013 19:55:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Dec 2013 19:55:08 +0000 Date: Thu, 12 Dec 2013 19:55:08 +0000 (UTC) From: "David (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5416) CollapsingQParserPlugin bug with Tagging 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-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846663#comment-13846663 ] David commented on SOLR-5416: ----------------------------- whew! Ok I applied the patches from SOLR-5027, SOLR-5408, and from your latest patch attached to this tracker. All tests now pass. Going to upgrade my servers and see if this works for me. In my current implementation I am getting a lot of errors from SolrCache (the patch I provided) and am running into heap memory errors. I'm wondering if the errors are caused by my patch. > CollapsingQParserPlugin bug with Tagging > ---------------------------------------- > > Key: SOLR-5416 > URL: https://issues.apache.org/jira/browse/SOLR-5416 > Project: Solr > Issue Type: Bug > Components: search > Affects Versions: 4.6 > Reporter: David > Assignee: Joel Bernstein > Labels: group, grouping > Fix For: 5.0, 4.7 > > Attachments: CollapsingQParserPlugin.java, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SOLR-5416.patch, SolrIndexSearcher.java, TestCollapseQParserPlugin.java > > Original Estimate: 48h > Remaining Estimate: 48h > > Trying to use CollapsingQParserPlugin with facet tagging throws an exception. > {code} > ModifiableSolrParams params = new ModifiableSolrParams(); > params.add("q", "*:*"); > params.add("fq", "{!collapse field=group_s}"); > params.add("defType", "edismax"); > params.add("bf", "field(test_ti)"); > params.add("fq","{!tag=test_ti}test_ti:5"); > params.add("facet","true"); > params.add("facet.field","{!ex=test_ti}test_ti"); > assertQ(req(params), "*[count(//doc)=1]", "//doc[./int[@name='test_ti']='5']"); > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org