Hi,
I'm trying to use following call:
doc.add(new Field("contents", array, Field.Store.YES ) );
When array.length > 1024, then I get following exception:
[java] at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:88)
[java] at
org.apache.lucene.index.SegmentReader.doc
y
the patch yourself.
-Yonik
On 3/2/06, Petr Hrebejk <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to use following call:
doc.add(new Field("contents", array, Field.Store.YES ) );
When array.length > 1024, then I get following exception:
[java] at org.apache.