I see this as the first step towards having a pluggable outputting mechanism for facet blocks. Then we need some sort of registry of the available implementations, and an interface to specify which one.
Before that, though, I'd like to have a separate class for CCK fields because the current system doesn't serve them right now.
Comments
Comment #1
robertdouglass commentedComment #2
robertdouglass commentedapachesolr_facet_block and apachesolr_date_facet_block are the target here.
Comment #3
jpmckinney commentedComment #4
pwolanin commentedComment #5
cpliakas commentedThere are some more moving parts than described above, however the Facet API facet building process is abstracted so that multiple backends can use it and developers can build backend-agnostic widget plugins to modify the display however they want. marking this as fixed since the architecture addresses the goal of this issue.