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 the
nutch-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

Reply via email to