Re: Custom faceting question

2010-06-15 Thread Blargy
Got it. Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-faceting-question-tp868015p897390.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom faceting question

2010-06-14 Thread Chris Hostetter
: : ...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

Re: Custom faceting question

2010-06-14 Thread Blargy
: ...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 cl

Re: Custom faceting question

2010-06-14 Thread Chris Hostetter
: I believe I'll need to write some custom code to accomplish what I want : (efficiently that is) but I'm unsure of what would be the best route to : take. Will this require a custom request handler? Search component? You'll need a customized version of the FacetComponent if you want to do this