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
>
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:
> >
>
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
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.
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
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
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
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