Re: DIH, assigning multiple xpaths to the same solr field: solved

2009-02-04 Thread Fergus McMenemie
Thanks Shalin, Using the following appears to work properly! Regards Fergus >On Wed, Feb 4, 2009 at 1:35 AM, Fergus McMenemie wrote: > >> > dataSource="myfilereader" >> processor="XPathEntityProcessor" >> url="${jc.fileAbsolutePath}" >> stream="false" >>

Re: DIH, assigning multiple xpaths to the same solr field

2009-02-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
it is safe to use different column names as Shalin suggested. After all a row is a map with the column value as the key. If you map multiple values to the same column it may overwrite each other. use explicit 'name' attributes On Wed, Feb 4, 2009 at 2:17 AM, Shalin Shekhar Mangar wrote: > On Wed,

Re: DIH, assigning multiple xpaths to the same solr field

2009-02-03 Thread Shalin Shekhar Mangar
On Wed, Feb 4, 2009 at 1:35 AM, Fergus McMenemie wrote: > dataSource="myfilereader" > processor="XPathEntityProcessor" > url="${jc.fileAbsolutePath}" > stream="false" > forEach="/record"> > > > > > > Below is the line from my schema.xml > > multiValued=