Re: QParsePlugin not working on sharded collection

2016-08-04 Thread tedsolr
} } And I added the transformer to the solrconfig.xml: {!TedFilter myvar=hello} [TedT] Why does this barf on multi-sharded collections? -- View this message in context: http://lucene.472066.n3.nabble.com

Re: QParsePlugin not working on sharded collection

2016-08-04 Thread tedsolr
ding to it little by little to see what the last straw is. -- View this message in context: http://lucene.472066.n3.nabble.com/QParsePlugin-not-working-on-sharded-collection-tp4290249p4290365.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: QParsePlugin not working on sharded collection

2016-08-03 Thread Erick Erickson
>> I think if you fire the query at one of your shards with &distrib=false >> you'll see your additions, which would demonstrate that your >> filter is being found. I assume your custom jar is on the shards >> or you'd get an exception (assuming you've pushed your >> solrconfig to ZK). >> >> Best, >> Erick > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/QParsePlugin-not-working-on-sharded-collection-tp4290249p4290285.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: QParsePlugin not working on sharded collection

2016-08-03 Thread tedsolr
rate that your > filter is being found. I assume your custom jar is on the shards > or you'd get an exception (assuming you've pushed your > solrconfig to ZK). > > Best, > Erick -- View this message in context: http://lucene.472066.n3.nabble.com/QParsePlugin-not-working-on-sharded-collection-tp4290249p4290285.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: QParsePlugin not working on sharded collection

2016-08-03 Thread Erick Erickson
count++; > super.collect(doc); > } > > @Override > public void finish() throws IOException { > rb.rsp.add("thecountis", String.valueOf(count)); > rb.rsp.add("myvar", myvar); > > if (super.delegate instanceof DelegatingCollector) { > ((DelegatingCollector) > super.delegate).finish(); > } > } > } > } > > What am I doing wrong? Thanks! > Ted > v5.2.1 SolrCloud mode > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/QParsePlugin-not-working-on-sharded-collection-tp4290249.html > Sent from the Solr - User mailing list archive at Nabble.com.

QParsePlugin not working on sharded collection

2016-08-03 Thread tedsolr
gatingCollector) super.delegate).finish(); } } } } What am I doing wrong? Thanks! Ted v5.2.1 SolrCloud mode -- View this message in context: http://lucene.472066.n3.nabble.com/QParsePlugin-not-working-on-sharded-collection-tp4290249.html Sent from the Solr - User mailing list archive at Nabble.com.