Re: [Nutch-dev] Re: a query-lang plugin

2005-03-16 Thread Stefan Groschupf
=> When I'm querying with lang field this doesn't work with nutch-0.6 . So where is it ? I'm going to make a Lucene Fuzzy Query plugin (to deal with "approximate:word" queries), so if it already exists , please could you tell me. We talk about the language query filer plugin, right? On my local

Re: [Nutch-dev] Re: a query-lang plugin

2005-03-16 Thread Christophe Noel
Hello, Thanks a lot Kelvin Tan... Thanks to your tip I found it was juste a silly things (something in plugin.xml was not correct). Stefan : == here comes already a lang query filter plugin within nutch. === => When I'm querying with lang field this doesn't work with nutch-0.6 . So where is it ?

[Nutch-dev] Re: a query-lang plugin

2005-03-16 Thread Stefan Groschupf
There comes already a lang query filter plugn within nutch. It works great. Just make sure that the language detection plugin is loaded until indexing and that that the 'lang' query filter is loaded in tomcat as well. Please note that we talk about 2 different nutch-default.xml you need to chang

[Nutch-dev] Re: a query-lang plugin

2005-03-16 Thread Kelvin Tan
Christophe, try running your query (from your db directory) using: bin/nutch net.nutch.searcher.Query What does it say? If there's a discrepancy bet. that, and what's happening on Tomcat, then it means you need to sync your changes bet. Tomcat and Nutch home. On Wed, 16 Mar 2005 12:16:29 +0100,