Does anyone know of a faceted search solution for Drupal 7?
问题 Faceted Search module is not being moved to Drupal 7. What are my alternatives? 回答1: The Search API module is new for Drupal 7, and allows you to choose from a variety of backends, including Solr, Xapian, native database and others. It supports faceted search irregardless of which backend is used. 回答2: One option is an apache solr integration http://drupal.org/project/apachesolr or a self written lucene search module. 回答3: I have set a faceted search up in Drupal 7 using the Search API which