Hmmm, seems like it should. What's our evidence that it isn't working? Best, Erick
On Tue, Oct 8, 2013 at 4:10 PM, Rohit Harchandani <rhar...@gmail.com> wrote: > Hey, > I am using solr 4.0 with my own PostFilter implementation which is executed > after the normal solr query is done. This filter has a cost of 100. Is it > possible to run filter queries on the index after the execution of the post > filter? > I tried adding the below line to the url but it did not seem to work: > &fq={!cache=false cost=200}field:value > Thanks, > Rohit