See https://issues.apache.org/jira/browse/NUTCH-783 for a utility which allows you to check the fields generated by the IndexingFilters.
Using Luke is also a good way of making sure the fields/values in a Lucene index Are you using the SVN version? If so check that the indexing filter is listed in indexingfilter.order You can also try :* ./nutch org.apache.nutch.searcher.Query* to see how the user query is converted into a Lucene one. J. -- DigitalPebble Ltd http://www.digitalpebble.com On 6 April 2010 08:19, ramires <uy...@beriltech.com> wrote: > > Hi > > I put these lines to nutch-site.xml then search a keywords but there is no > result page. I think Indexer not index metatags. > > <property> > <name>metatags.names</name> > <value>description;keywords</value> > </property> > > <property> > <name>query.basic.description.boost</name> > <value>5.0</value> > </property> > > <property> > <name>query.basic.keywords.boost</name> > <value>5.0</value> > </property> > > -- > View this message in context: > http://n3.nabble.com/description-and-keywords-tp690681p699659.html > Sent from the Nutch - User mailing list archive at Nabble.com. >