: : ...you've already got the conceptual model of how to do it, all you need
: : now is to implement it as a Component that does the secondary-faceting in
: : the same requests (which should definitley be more efficient since you can
: : reuse the DocSets) instead of issuing secondary requets from your client
: 
: Couldn't I just create a custom search handler to do this so it all the
: logic resides on the server side? I'm guessing I would need to subclass
: SearchHandler and override handleRequestBody.

I think you're missunderstanding me -- i'm agreeing with you that you can 
do it on the server side, and that it will make sense to do it on the 
server side -- i'm saying that instead of  impelementing a SearchHandler, 
you should just implement a SearchComponent that you would use in place of 
(or in addition to) FacetComponent ...

  http://wiki.apache.org/solr/SearchComponent


-Hoss

Reply via email to