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 KurosakaTeruhiko:
http://wiki.apache.org/nutch/MultiLingualSupport

The comment on the change is:
Added notes, based on observation of Nutch 0.8 candidate code.

------------------------------------------------------------------------------
  }}}
  so that, the {{{IndexWriter}}} is called with the good {{{Analyzer}}} 
implementation.
   
+   (Note by KurosakaTeruhiko) This seems to have been implemented in Nutch 
0.8.  The following lines were found in {{{Indexer}}}, not {{{IndexSegment}}} 
which no longer exists in Nutch 0.8:
+   {{{
+ final AnalyzerFactory factory = new AnalyzerFactory(job);
+  .
+  .
+  .
+ NutchAnalyzer analyzer = factory.get(doc.get("lang"));
+   }}}
   
  Second, the {{{NutchDocumentAnalyzer}}} class must implement the 
{{{NutchAnalyzer}}} class.
+   (Note by KurosakaTeruhiko) This has been done in Nutch 0.8.  
  
  == Query Analysis ==
  


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to