Vee Satayamas wrote:
Hello,

How can I check (from log file, etc) weather analyzer-th is in use? I have
already modified nutch-site.xml as follow:

<property>
 <name>plugin.includes</name>

<value>nutch-extensionpoints|analysis-(fr|th)|analysis-xx|lib-lucene-analyzers|scoring-opic|protocol-http|urlfilter-regex|parse-(text|html)|index-basic|query-(basic|site|url)</value>
 <description>Plugin</description>
</property>

Regards,
Vee

Hi,

search entries of the form :

INFO indexer.Indexer - Indexing [<URL_GOES_HERE>] with analyzer org.apache.nutch.analysis.NutchDocumentAnalyzer

or whatever analyzer you use. You should enable Info level logging for the Indexer class.

Reply via email to