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
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. -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-fa

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

Custom faceting question

2010-06-03 Thread Blargy
multiple requests via ajax won't work because we need the content on the page at render time. Any suggestions, pointers? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-faceting-question-tp868015p868015.html Sent from the Solr - User mailing list archive at Nabble.com.