I am trying to duplicate the faceted navigation I see in the Solr and Fast SearchCommands, but am having some difficulty understanding how the search command gets the user-activated facet filters. Both the Solr and Fast SearchCommand classes are getting their facets from the associated SearchCommandConfig class - but my assumption was that the SearchCommandConfig is a static configuration based on the modes.xml file, not something that gets updated with each query. I have traced the logic behind sorting and paging, and for these the SearchCommand class accesses the request parameters directly - but I don't see any plumbing for this with other Navigators. Is the element passed to the CommandConfig's readSearchConfiguration somehow being build dynamically from the request parameters instead of must the modes.xml?
Brian Frutchey Federal Solutions Architect M (703) 597-4875 E [email protected] Endeca 2100 Reston Parkway Ste 101 Reston, VA 20171 www.endeca.com <http://www.endeca.com> find / analyze / understand
_______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
