Re: search inside lucene-fields

2006-02-18 Thread Stefan Groschupf
This depends on the query filter plugins you are using. As far I know only the scores of a documents increase if the word occurs in a title but there is not title query filter. However write a own is very easy, check the query-site plugin. Stefan Am 17.02.2006 um 16:36 schrieb Nutch developer

search inside lucene-fields

2006-02-17 Thread Nutch developer
Hello, I set up nutch 0.7.1, crawled a web-site and tried some queries. Everthing is fine. But a field search like "title:myText" doesn't work. Nutch is searching for "title" and "myText", instead of doing a search for "myText" in the lucene field "title". Did I miss something? Thanks nd