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 returned
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