Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by DanielNaber:
http://wiki.apache.org/nutch/MultiLingualSupport

The comment on the change is:
typo fix

------------------------------------------------------------------------------
  The goal of this proposal is to provide a solution for multi-lingual support 
in Nutch. Multi-lingual support means to be able to use a language specific 
[http://lucene.apache.org/java/docs/api/org/apache/lucene/analysis/Analyzer.html
 Analyzer] during searching and analysing.
  
  == Configuration ==
- The configuration of this behaviour is done using the standard 
{{{plugin.includes}}} and {{{plugin.excludes}}} properties of the nutch 
configuration file. For instance, to add French, English and Deutch analysis 
support for both document analysis and query parsing, just add in the Nutch 
configuration file:
+ The configuration of this behaviour is done using the standard 
{{{plugin.includes}}} and {{{plugin.excludes}}} properties of the nutch 
configuration file. For instance, to add French, English and German analysis 
support for both document analysis and query parsing, just add in the Nutch 
configuration file:
  {{{
  <property>
    <name>plugin.includes</name>

Reply via email to