Experimental project

This is a sandbox project, which contains experimental code for developer use only.

git clone http://git.drupal.org:sandbox/AndreasRadloff/1474818.git apachesolr_field_search

This module extends the Apache Solr module. It lets users limit their search to a specific field instead of searching the full node text. For example, a library site may have a node type called book with a field for the book author and another for a plot summary, this module creates a configurable block where the user can choose to search only the author field without getting hits in the plot summary.

What this module does:

  • Indexes all cck text fields that uses text field or text area widgets.
  • Creates a filter block where users can limit their search to one field.
  • Provides an admin page where fields can be selected for inclusion in the filter block.

After activating the module you will have to flush the Solr index and rebuild it.

This module will work with the 6.x-2.x branch of the Apache Solr module, and have not been tested with other versions.

Project information

  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by Andreas Radloff on , updated