You are here

README.txt in Snowball Stemmer 8

Same filename and directory in other branches
  1. 2.x README.txt
= Snowball Stemmer for Drupal Core Search and Search API

Stemmer service built with PHP Stemmer, supporting: English, French, German,
Italian, Spanish, Portuguese, Russian, Romanian, Dutch, Swedish, Norwegian,
Danish. Includes Search API processor, and core search module integration.

The module uses composer to add the required library, so must be installed using
it. If you're not using it yet check the composer Drupal documentation.

Drupal 8 alternatives include:

    The English only stemmer processor included with Search API English
    Porter-Stemmer module for core search Using Search API Solr Multilingual
    which includes Solr native configuration for stemming and much more. If you
    are using Solr this is probably your best option.

== Installation

For core search just install this module. For Search API you will need to enable
it as a processor on your index.  If you have already indexed your site you will
need to re-index.

== Testing

To run tests require drupal/search_api module.

File

README.txt
View source
  1. = Snowball Stemmer for Drupal Core Search and Search API
  2. Stemmer service built with PHP Stemmer, supporting: English, French, German,
  3. Italian, Spanish, Portuguese, Russian, Romanian, Dutch, Swedish, Norwegian,
  4. Danish. Includes Search API processor, and core search module integration.
  5. The module uses composer to add the required library, so must be installed using
  6. it. If you're not using it yet check the composer Drupal documentation.
  7. Drupal 8 alternatives include:
  8. The English only stemmer processor included with Search API English
  9. Porter-Stemmer module for core search Using Search API Solr Multilingual
  10. which includes Solr native configuration for stemming and much more. If you
  11. are using Solr this is probably your best option.
  12. == Installation
  13. For core search just install this module. For Search API you will need to enable
  14. it as a processor on your index. If you have already indexed your site you will
  15. need to re-index.
  16. == Testing
  17. To run tests require drupal/search_api module.