Scam wrote: > Hello Sami, > > Wednesday, June 13, 2007, 23:03, you wrote: > >>> Can anyone tell me how to use the spell-check query plugin available in the >>> contrib \ web2 dir (and even the rest of the plugins too)? Is it similar to >>> enabling the nutch-plugins? > > SS> Following these steps should get you there: > > SS> 1. compile nutch (in top level dir do "ant") > > SS> 2. crawl your data (see tutorial) > > SS> 3. edit your conf/nutch-site.xml so it contains plugin > SS> "web-query-propose-spellcheck" and "webui-extensionpoints" > > SS> 4. edit conf/nutch-site.xml so it contains proper dir for plugins as the > SS> plugins are not packaged inside .war (something like > SS> <property> > SS> <name>plugin.folders</name> > SS> <value> <path to plugins dir> </value> > SS> </property> > SS> ) > > SS> 5. compile web2 plugins (in contrib/web2 do ant compile-plugins) > > I get error on this step: > > compile: > [echo] Compiling plugin: web-caching-oscache > [javac] Compiling 4 source files to > /home/nutch/distr/nutch.src/nutch/trunk/build/web-caching-oscache/classes > [javac] > /home/nutch/distr/nutch.src/nutch/trunk/contrib/web2/plugins/web-caching-oscache/src/java/org/apache/nutch/webapp/CacheManager.java:32: > package org.apache.nutch.webapp.common does not exist > > Could you help me to know where is a problem?
it seems you can just ignore step #5, because they get compiled in #7 -- Sami Siren ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
