Also I see that this is before sorting, is there a way to do something
similar after sorting?  The reason is that I'm ok with the total
result not being completely accurate so long as the first say 10 pages
are accurate.  The results could get more accurate as you page through
them though.  Does that make sense?

On Mon, Aug 29, 2011 at 12:41 PM, Jamie Johnson <jej2...@gmail.com> wrote:
> 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
>>
>

Reply via email to