Re: Error creating document SolrInputDocument

2016-02-18 Thread Shawn Heisey
On 2/18/2016 7:07 AM, Bernd Fehling wrote: > the DIH is doing the splitting: > > ... > > xpath="/documents/document/element[@name='dccreator']/value" /> > > ... This DIH config says it's the "dccreator" field, but the schema.xml excerpts you included earlier were the "creator" field. Can you p

Re: Error creating document SolrInputDocument

2016-02-18 Thread Bernd Fehling
Hi Shawn, the DIH is doing the splitting: ... ... Bernd Am 18.02.2016 um 14:42 schrieb Shawn Heisey: > On 2/18/2016 3:45 AM, Bernd Fehling wrote: >> Now this is strange with solr 4.10.4, >> I have a multivalue string field for creator. >> > multiValued="true" /> >> >> And a multivalue stri

Re: Error creating document SolrInputDocument

2016-02-18 Thread Shawn Heisey
On 2/18/2016 3:45 AM, Bernd Fehling wrote: > Now this is strange with solr 4.10.4, > I have a multivalue string field for creator. > multiValued="true" /> > > And a multivalue string field for f_person, prepared for facetting with > docValues. > multiValued="true" docValues="true" /> > > To fill