Does anyone know of a faceted search solution for Drupal 7?

人走茶凉 提交于 2019-12-23 12:25:42

问题


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 has a search facets module. You will also need Entity api. The facets get created as blocks.

Although this goes on to use the Solr module, which I didn't use, I found this video very useful for some pointers on how to set up a search using search api. http://vimeo.com/15556855




回答4:


You (who comes from search engines) can use FacetAPI module: https://www.drupal.org/project/facetapi

It's a very easy module to create faceted search in Drupal.

(http://beautiful7mind.wordpress.com/2013/03/10/step-by-step-how-to-implement-facet-search-on-data-in-drupal-7/)



来源:https://stackoverflow.com/questions/6161289/does-anyone-know-of-a-faceted-search-solution-for-drupal-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!