Lewis, I appreciate your help. I have not added any code, only modified configuration files. I thought the whole purpose of index.static was to add fields with set data. Are you saying that after having added my field to nutch-default.xml:
<property> <name>index.static</name> <value>display_type:page</value> </property> I must still add a field to each document? Please clarify. Regards, ADS On Tue, Jun 4, 2013 at 5:08 PM, lewis john mcgibbney [via Lucene] < [email protected]> wrote: > Hi, > > On Tue, Jun 4, 2013 at 11:40 AM, stone2dbone <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4068186&i=0> > > wrote: > > > > > Okay, IndexFiltersChecker shows the value of my added field is > > '[Ljava.lang.String;@15d1c817'. What might be causing this? > > > > So you've not added any code only configuration right? > It is kinda difficult for me to DEBUG this as I have very little to go on. > I would first check if the tag or element value or whatever that you are > wishing to extract and eventually index is actually parsed out. You can do > this with the parserchecker tool from the command line. You will learn if > there is a problem during the parsing of the document. > It appears that you are maybe not adding the parse value to the document > before being indexed but I cannot say this for sure. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/How-to-add-field-to-index-tp4067894p4068186.html > To unsubscribe from How to add field to index, click > here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4067894&code=YW50b2luZXR0ZS5kLnN0YW5sZXlAZ21haWwuY29tfDQwNjc4OTR8LTQxMTQ0MDE4OA==> > . > NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-add-field-to-index-tp4067894p4068203.html Sent from the Nutch - User mailing list archive at Nabble.com.

