Re: import file to solr

2015-12-06 Thread Erick Erickson
Still, 4GB is going to take a lot of resources to 1> hold the whole thing in memory and parse 2> process. You may simply be hitting a timeout. But I would ask what practical use indexing a 4GB file is. Likely it'll be found by virtually every search (assuming there's a huge text field or two in t

Re: import file to solr

2015-12-06 Thread Alexandre Rafalovitch
There should be no limit. Try 100K, 50K sizes. Maybe you have an error somewhere. Also check Solr logs, not just DIH messages. On 6 Dec 2015 3:56 pm, "Kate Kas" wrote: > 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