I am using SolrJ with embedded  Solr server and some documents have a lot of
text. Solr will be running on a small device with very limited memory. In my
tests I cannot process more than 3MB of text (in a body) with 64MB heap.
According to Java there is about 30MB free memory before I call server.add
and with 5MB of text it runs out of memory.

Is there a way around this?

Is there a plan to enhance SolrJ to allow a reader to be passed in instead
of a string?

thx!

b

Reply via email to