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 >

