Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-07-15 Thread Joel Bernstein
o > > the > > > old group query (painfully slow) since I can't use the facet count > > anymore. > > > > > > > > > > > > -- > > > View this message in context: > > > > > > http://lucene.472066.n3.nabble.com/RE-SOLR-6143-Bad-facet-counts-from-CollapsingQParserPlugin-tp4140455p4146645.html > > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > > > > > > -- > --- > Thanks & Regards > Umesh Prasad >

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-07-13 Thread Umesh Prasad
renders the > > CollapsingQParserPlugin pretty much unusable. I'm now reverting back to > the > > old group query (painfully slow) since I can't use the facet count > anymore. > > > > > > > > -- > > View this message in context: > > >

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-07-11 Thread Joel Bernstein
his issue renders renders the > CollapsingQParserPlugin pretty much unusable. I'm now reverting back to the > old group query (painfully slow) since I can't use the facet count anymore. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-07-10 Thread shamik
o the old group query (painfully slow) since I can't use the facet count anymore. -- View this message in context: http://lucene.472066.n3.nabble.com/RE-SOLR-6143-Bad-facet-counts-from-CollapsingQParserPlugin-tp4140455p4146645.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-06-06 Thread Joel Bernstein
With tag and exclude you can get the facets counts for the collapsed set and expanded set in the same query. But group.facets is a different count then either of those. group.facets counts each facet bucket once per group. Joel Bernstein Search Engineer at Heliosearch On Fri, Jun 6, 2014 at 1:5

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-06-06 Thread david.w.smi...@gmail.com
I may be misunderstanding the problem, but if it’s what I think it is, then users can work-around this now quite easily by using Solr faceting’s ability to exclude a named/tagged filter query: &q=classIDs:12 &fl=PrSKU &fq={!collapse tag=collapse field=PrSKU} &facet=true &facet.field={! ex=collapse

Re: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-06-06 Thread Joel Bernstein
The CollapsingQParserPlugin should give you the same facet counts as group.truncate. You're using group.facets, which the CollapsingQParserplugin doesn't yet support. I think this would be an excellent feature, so we could make a jira ticket to add this feature. Joel Bernstein Search Engineer at

RE: SOLR-6143 Bad facet counts from CollapsingQParserPlugin

2014-06-06 Thread Joel Bernstein
Reposting this from jira ticket to users list: I'm noticing a very weird bug using the CollapsingQParserPlugin. We tried to use this plugin when we realized that faceting on the groups would take a ridiculous amount of time. To its credit, it works very quickly, however the facet counts that it gi