Does anyone know of a faceted search solution for

2019-06-28 01:26发布

Faceted Search module is not being moved to Drupal 7.
What are my alternatives?

4条回答
The star\"
2楼-- · 2019-06-28 01:53

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.

查看更多
倾城 Initia
3楼-- · 2019-06-28 02:03

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/)

查看更多
疯言疯语
4楼-- · 2019-06-28 02:04

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

查看更多
We Are One
5楼-- · 2019-06-28 02:12

One option is an apache solr integration http://drupal.org/project/apachesolr or a self written lucene search module.

查看更多
登录 后发表回答