Vanderdray, Jacob wrote:
I'm not sure I understand what you're getting at. In this case I've added a comma separated list of names of meta tags that I want to index and search against. I've written a parse filter, an index filter and this query filter that all read in that list of meta tags from thenutch-site.xml file.That much seems to work. In the explain link I can see that the fields are in the index and the ranking of pages are affected by them, but if I search for a term which is in one of the meta tags, but not in any other fields I get 0 results.
Are you using RawFieldQueryFilter? If so, are you specifying a non-zero boost to the constructor? RawFieldQueryFilter defaults to a zero boost. Query terms with a zero boost are automatically converted into filters. And filters cannot select documents, only remove them.
Doug ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
