This is related to post processing of documents based on a users attribute (like service tier for instance) when it is not feasible to put the tier tokens into solr and just do a query on them.
So basically if I always want to run this I could implement a custom search component and in prepare modify the query to include this additional filter? On Mon, Aug 29, 2011 at 12:31 PM, Yonik Seeley <yo...@lucidimagination.com> wrote: > On Mon, Aug 29, 2011 at 12:24 PM, Jamie Johnson <jej2...@gmail.com> wrote: >> Is there any configuration that can be done to change the Doc >> Collector used in SolrIndexSearcher? > > The most generic way would be to use a post-filter (which can insert a > custom collector into the chain). > http://wiki.apache.org/solr/CommonQueryParameters#Caching_of_filters > > People may have more ideas if you can explain what you are trying to > accomplish at a higher level though. > > -Yonik > http://www.lucidimagination.com >