I'm a little confused where "Grouping" fits in here. When I first read it it sounded like the entire PostFilter notion wasn't being respected in SolrCloud. But re-reading it seems like this problem is only present when using Grouping? Is that true?
That said, this sounds like a JIRA to me. I did a quick scan of open JIRAs and didn't see anything like this.... Nice sleuthing BTW, you've saved whoever works on this code some effort! Can you raise a JIRA? Anyone can create a login and open one.. https://issues.apache.org/jira/browse/SOLR Best Erick On Thu, Oct 11, 2012 at 7:29 AM, Visagan Nathan <[email protected]> wrote: > Sorry for sending the earlier mail in the middle of writing. > >> >> Hi, >> Postfilter plugins are ignored in solr cloud. If the cloud options >> (-DzkRun -DnumShards=1) are not set then the Postfilers are running. Had a >> look at org.apache.solr.search.Grouping.execute() method which is called by >> the non cloud instance. This considers pf.PostFilter whereas >> org.apache.solr.search.grouping.CommandHandler.execute() which is called by >> the solr cloud instance ignores the pf.PostFilter. > > > Any ideas whether this is going to be supported in future? > > Thanks > Nathan > > > > On 11 October 2012 12:20, Visagan Nathan <[email protected]> wrote: >> >> Hi, >> Postfilter plugins are ignored in solr cloud. If the cloud options >> (-DzkRun -DnumShards=1) are not set then the Postfilers are running. Had a >> look at > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
