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. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
