Hi,
Yes the proposed patch in the LUCENE-511 bug fixes the problem.
Thanks for the reply.
Hrebejk
Yonik Seeley wrote:
Methinks it's due to http://issues.apache.org/jira/browse/LUCENE-511
It will be fixed shortly.
If you know how to build Lucene, it would be helpful if you could try
the patch
Methinks it's due to http://issues.apache.org/jira/browse/LUCENE-511
It will be fixed shortly.
If you know how to build Lucene, it would be helpful if you could try
the patch yourself.
-Yonik
On 3/2/06, Petr Hrebejk <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I'm trying to use following call:
>
> d
On Donnerstag 02 März 2006 12:48, Petr Hrebejk wrote:
> 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:
Could you post a small, self-contained example? I cannot reproduce the
problem her
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