Re: Copyto with DIH Interpreting string as MultiValued field on copy

2018-08-18 Thread Zimmermann, Thomas
Makes total sense. Thanks to both of your for the clarification! On 8/18/18, 8:03 AM, "Alexandre Rafalovitch" wrote: >Amd part of the issue is that SolrEntityProcessor does not take individual >field definitions. So that part is ignored and instead just 'fl' mapping >is >used as Shawn explained.

Re: Copyto with DIH Interpreting string as MultiValued field on copy

2018-08-18 Thread Alexandre Rafalovitch
Amd part of the issue is that SolrEntityProcessor does not take individual field definitions. So that part is ignored and instead just 'fl' mapping is used as Shawn explained. So you could also remap authorText in that definition to an ignored field. See https://github.com/apache/lucene-solr/blob/

Re: Copyto with DIH Interpreting string as MultiValued field on copy

2018-08-17 Thread Shawn Heisey
On 8/17/2018 6:15 PM, Zimmermann, Thomas wrote: I’m trying to track down an odd issue I’m seeing when using the SolrEntityProcessor to seed some test data from a solr 4.x cluster to a solr 7.x cluster. It seems like strings are being interpreted as multivalued when passed from a string field t