Hi, I am trying to import xml files using data import request handler.
When i import xml file of 1,4 kB size, it works correctly. However, i cannot import xml file of 4 GB size to Solr. It does not present any error, but i receive the following answer: *Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. (Duration: 39s)* Requests: 0 (0/s), Fetched: 0 (0/s), Skipped: 0, Processed: 0 Also, both of these files have the same structure (same elements/attributes). I would like to ask you, if there are any limits regarding the size of xml files, which we can import to solr. Thank you! Best, Kate