Hi Raymond, As you can see on https://issues.apache.org/jira/browse/NUTCH-563 the patch has been included.
Did you specify the fields to include in nutch-site.xml e.g. *<property> <name>query.basic.description.boost</name> <value>1.0</value> <description> Declares a custom field and its boost to be added to the default fields of the Lucene query. </description> </property>* where description is the name of the field and value its weight? Julien 2009/4/15 Raymond Balmès <[email protected]> > Hi guys, > > Quite new to nutch so be patient. > > I'm using nutch-1.0 and I get no results when I query some custom field > created by my filter. > My custom field is 'TOKENIZED' unlike the following threads suggest it does > not solve the problem for me: > http://www.nabble.com/Custom-field-query-to13123141.html#a13123141 > > My indexing is fine, checking with Luke shows that my field is indeed there > and I can query it as I want with Luke. > > So other thread suggests to apply a patch from Julien Noche did that patch > made it for nutch-1.0 ? > > http://www.nabble.com/-jira--Created%3A-%28NUTCH-563%29-Include-custom-fields-in-BasicQueryFilter-to12982495.html#a13014569 > If yes, then it does not work me. > > > A subtility though, not all documents have that field only some (this is > how > I build my indexing filter)... could it be the problem ? > > Also I'm using the out-of-the box servlet. search.jsp uses NutchBean for > searching ... could that be the issue ? > > Thx for any direction where to look at. > > -Ray- > -- DigitalPebble Ltd http://www.digitalpebble.com
