I have an application where I am calling DirectUpdateHandler2 directly with:
update.addDoc(cmd);
This will sometimes hit:
java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.util.UnicodeUtil.UTF16toUTF8(UnicodeUtil.java:248)
at org.apache.lucene.store.DataOutput.writeString(DataOu
I don't know that there is any 'safe' thing you can do other than restart -
but if I were to try anything, I would use true for rollback.
- Mark
On Wed, Sep 4, 2013 at 9:44 AM, Ryan McKinley wrote:
> I have an application where I am calling DirectUpdateHandler2 directly
> with:
>
> update.ad