I'm not sure, but this sounds a lot like the problem that is solved
here: https://issues.apache.org/jira/browse/NUTCH-563
On Nov 8, 2007, at 10:11 AM, jeff gelb wrote:
Hey, all:
I've looked at the mailing list archives and followed what I think
should work, but I can't seem to get any results when I'm searching
on anything other than the default field (content?) using search.jsp.
This is with Nutch 0.9.
Per the plugin writing example, I created a parsing filter and
indexing filter, and I can see from my crawl logs and from Luke
that my filters are being used by Nutch, my field is being found
during the crawl/index phase, and it is in the lucene index with
the expected values.
I created a query filter and passed my field name and a positive
boost value in call to the parent's constructor. My query filter
appears to be loaded at search time -- my logs have the message
from my query filter's constructor.
It seems like I should be able to search on my field using the
syntax fieldname:value. I've tried that by itself as well as with
an additional content term that I know gives results, and I've
tried it as the first and last search term, all with no luck.
Any suggestions?
Thx.
-- jeff