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