Enis Soztutar
Tue, 06 Feb 2007 06:08:57 -0800
Vee Satayamas wrote:
Hello,How can I check (from log file, etc) weather analyzer-th is in use? I havealready 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.