Storing byte arrays into an index

2006-03-02 Thread Petr Hrebejk
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

Re: Storing byte arrays into an index

2006-03-04 Thread Petr Hrebejk
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.