Re: DIH import fails when importing multi-valued field

2019-06-27 Thread Erick Erickson
This looks like a problem with your select statement returning too many rows. I doubt it has to do with the multiValued field, I don’t think DIH is getting to the point where it even tries to create a SolrInputDocument. Depending on the driver, there are ways to limit the number of rows

DIH import fails when importing multi-valued field

2019-06-26 Thread Robert Dadzie
Hi All, I'm trygin to use DIH to import about 150k documents to Solr. One of the multi-valued fields I need to import stores about 1500 unique ID per record. I tried increasing the 'ramBufferSizeMB' setting but that didn't help. I get this ArrayIndexOutOfBoundsException error and I can't make