You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bojan Vukojevic (JIRA)" <ji...@apache.org> on 2010/08/26 00:08:16 UTC

[jira] Created: (SOLR-2090) Allow reader to be passed in SolrInputDocument.addField method

Allow reader to be passed in SolrInputDocument.addField method
--------------------------------------------------------------

                 Key: SOLR-2090
                 URL: https://issues.apache.org/jira/browse/SOLR-2090
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 1.4.1
         Environment: Windows Vista 32 bit. JDK 1.6.
            Reporter: Bojan Vukojevic


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.  

I sent an inquiry to a mailing list and was advised to create JIRA issue. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org