[ https://issues.apache.org/jira/browse/NUTCH-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651425#action_12651425 ]
Jasper Kamperman commented on NUTCH-563: ---------------------------------------- Hi Davide, If I read the patch comments correctly, once you've applied the patch and recompiled, you need to add entries of the form query.basic.yourfieldname.someboost into an XML configuration file that specifies which field should be included and what boost they should have. I don't think you need to change the code beyond applying the patch. By the way, if you like the patch, please vote for it :-) Sent from my iPhone > Include custom fields in BasicQueryFilter > ----------------------------------------- > > Key: NUTCH-563 > URL: https://issues.apache.org/jira/browse/NUTCH-563 > Project: Nutch > Issue Type: New Feature > Components: searcher > Reporter: julien nioche > Priority: Minor > Fix For: 0.9.0 > > Attachments: diff.BasicQueryFilter.dynamicFields.txt > > > This patch allows to include additional fields in the BasicQueryFilter by > specifying runtime parameters. Any parameter matching the regular expression > (query\\.basic\\.(.+)\\.boost") will be added to the list of fields to be > used by the BQF and the specified float value will be used as boost. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.