Live filter setting parsers.
Object keyed by filter ID, for those filters that implement it.
Filters should load the implementing JavaScript on the filter
configuration form and implement
Drupal.filterSettings[filterID].getRules()
, which should return an
array of Drupal.FilterHTMLRule
objects.