Visitors Voice

Component type

module

Maintenance status

Development status

Downloads

1210

Component created

Component changed

Visitors Voice is an add on for providing great site search with the Search API module.

Visitors Voice tracks your visitors and makes it easy to apply highly configurable, self-learning algorithms to your Drupal site search in order to optimize your conversion rates for the on-site searches.

Search API Remove Diacritics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a processor that will remove all the diacritics(accents)
from index and query.

Dependencies:

  • Search API

Installation:

Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the
modules administration/management page.
More information at: Installing contributed modules (Drupal 7).

Bandysearch

Component type

module

Maintenance status

Development status

Component created

Component changed

Leverages Elasticsearch to provide extended search functionality for Drupal.

To Install

First, you'll need a working install of Elasticsearch on your server. The module currently only allows local installs, although that is the subject of an open feature request, and should be fixed soon.

Harmony Search

Component type

module

Categories

Maintenance status

Development status

Downloads

633

Component created

Component changed

Allows for the searching of Harmony content when used with Search API.

This module provides filters for excluding unpublished threads and also integration with Harmony Access. In order for the Access integration filter to appear harmony_access must be enabled.

Installation

Please see readme.txt

mecabsearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

MeCab Search provides MeCab functionality to Search module.

MeCab is a well-known open-source Japanese morphological analysis library. Generally, Using Drupal Search module for Japanese is problematic because words in Japanese are not separated by spaces as English and Search module's database tables tend to be huge and inefficient. Applying MeCab logic is one of the best solutions to improve Search module functionality for Japanese if your server already has MeCab itself and php-mecab that is php library to use MeCab from PHP.

Requirements
------------

Search API Domain Access

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Integrates Domain Access with Search API.

Currently contains the following functionality:

  • Filter nodes to be indexed by domain (on indexing time)
  • Filter nodes in search results by domain (on query time)
  • Exposes assigned domains as a field so it's available as a facet (using Facet API)

Planned functionality:

  • Improved Views integration (filter)

Apachesolr XSLT

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

XSLT templating for apachesolr, a nice concept, and worked for older version of apachesolr module, (might still work) but needs an overhaul.