David created SOLR-5416: --------------------------- Summary: CollapsingQParserPlugin 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 Fix For: 4.6, 5.0
Trying to use CollapsingQParserPlugin with facet tagging throws an exception. 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']"); -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org