You're right, it's not in the logs. I also had to track a specific number from the logs to a Nutch document and found it it was the content length. You need Nutch 1.4-dev, it has a fix for this issue.
> I don't know. That's what I'm trying to figure out. Markus says the info > is in the logs, but I can't seem to find it. > > On Thu, Sep 29, 2011 at 10:41 AM, Julien Nioche < > > [email protected]> wrote: > > Take #2 : What are these fields and which plugin generates them? > > > > On 29 September 2011 15:22, Bai Shen <[email protected]> wrote: > > > I'm running stock Nutch 1.3 and Solr 3.4 The only change I've made was > > > > to > > > > > add the Nutch fields to the Solr schema instead of using just the Nutch > > > schema. I haven't added any plugins. > > > > > > On Thu, Sep 29, 2011 at 9:43 AM, Julien Nioche < > > > > > > [email protected]> wrote: > > > > What produced these fields? Your own plugin? If so - it is up to you > > > > to enforce a check of the content in your IndexingFilter. Nutch > > > > can't > > > > really > > > > > > be > > > > expected to prevent people from shooting themselves in the foot. > > > > > > > > If the fields are generated by a Nutch plugin then file a JIRA > > > > > > > > On 29 September 2011 14:38, Bai Shen <[email protected]> wrote: > > > > > I can't find a Solr log. I looked in example\logs and the > > > > > directory > > > > is > > > > > > > empty. I'm running 3.4 using java -jar start.jar and the only > > > > > thing > > > > I > > > > > > > changed was to add the Nutch fields to the schema. > > > > > > > > > > On Wed, Sep 28, 2011 at 2:44 PM, Markus Jelsma > > > > > > > > > > <[email protected]>wrote: > > > > > > Check Solr's log, it's there. > > > > > > > > > > > > > I don't know. It doesn't say as far as I can tell. Is there a > > > > way > > > > > > to > > > > > > > > > > look > > > > > > > > > > > > > at the logs or data to determine? > > > > > > > > > > > > > > On Tue, Sep 27, 2011 at 4:55 PM, Markus Jelsma > > > > > > > > > > > > > > <[email protected]>wrote: > > > > > > > > For which field do you get this issue? At least one such > > > > > > > > issue > > > > is > > > > > > > fixed > > > > > > > > > > > > > in 1.4-dev. > > > > > > > > > > > > > > > > > So I added the Nutch fields to my Solr schema and reran > > > > > > > > solrindex. > > > > > > > > > > > > > However, now I'm getting a NumberFormatException. Nutch is > > > > > > > > > > > > apparently > > > > > > > > > > > > > > > sending "123456 " to Solr to be parsed as a TrieLong. > > > > > > > > > > > > > > > > > > Any ideas what would cause this and where to look to fix > > > > > > > > > it? > > > > > > > > > > > > > > > > > > Thanks. > > > > > > > > -- > > > > * > > > > *Open Source Solutions for Text Engineering > > > > > > > > http://digitalpebble.blogspot.com/ > > > > http://www.digitalpebble.com > > > > -- > > * > > *Open Source Solutions for Text Engineering > > > > http://digitalpebble.blogspot.com/ > > http://www.digitalpebble.com

