I figure out the problem,
I custom an NGramFilter which takes the token's length as a default
maxGramSize,
and there are some documents fulled with non sense data like
'xakldjfklajsdfklajdslkf',
when the token is too big to do NGramFilter , it crushed the IndexWriter.
--
Sent from: http://lucen
e/LUCENE-1995
> and the other article:
> http://lucene.472066.n3.nabble.com/ArrayIndexOutOfBoundsException
> -65536-td3661945.html
>
> I got 1M docs but it's only cost around 3-400mb, I keep the ramBufferSizeMB
> as default. I'm not sure what's the problem, becaus
Updated :
Some documents will throw the same exception while update with API,
but the others updated with API still throw the same exception while use
dataimport.
--
Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html
---
d.java:197)
I checked the issue: https://issues.apache.org/jira/browse/LUCENE-1995
and the other article:
http://lucene.472066.n3.nabble.com/ArrayIndexOutOfBoundsException-65536-td3661945.html
I got 1M docs but it's only cost around 3-400mb, I keep the ramBufferSizeMB
as default. I'm
On Tue, Oct 14, 2014 at 1:29 AM, Trejkaz wrote:
> Bit of thread necromancy here, but I figured it was relevant because
> we get exactly the same error.
Wow, blast from the past ...
>> Is it possible you are indexing an absurdly enormous document...?
>
> We're seeing a case here where the docume
Bit of thread necromancy here, but I figured it was relevant because
we get exactly the same error.
On Thu, Jan 19, 2012 at 12:47 AM, Michael McCandless
wrote:
> Hmm, are you certain your RAM buffer is 3 MB?
>
> Is it possible you are indexing an absurdly enormous document...?
We're seeing a cas
IndexWriter.addDocument(IndexWriter.java:1972)
>> > ...
>> > (following are business related method stack and also had been
>> > obfuscated)
>> >
>> > Best regards,
>> > Duke
>> > If not now, when? If not me, who?
>> > M
o?
> > M 13818420095
> >
> >
> >
> > On Mon, Jan 16, 2012 at 9:09 AM, Michael McCandless
> > wrote:
> >>
> >> Do you have a full traceback of the exception?
> >>
> >> Mike McCandless
> >>
> >> http://blog.mike
> Best regards,
> Duke
> If not now, when? If not me, who?
> M 13818420095
>
>
>
> On Mon, Jan 16, 2012 at 9:09 AM, Michael McCandless
> wrote:
>>
>> Do you have a full traceback of the exception?
>>
>> Mike McCandless
>>
>> http:/
ou have a full traceback of the exception?
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Sun, Jan 15, 2012 at 7:21 PM, Duke DAI wrote:
> > Hi friends,
> > Any one meet ArrayIndexOutOfBoundsException: -65536 described in
> > https://issues.apache.org
Do you have a full traceback of the exception?
Mike McCandless
http://blog.mikemccandless.com
On Sun, Jan 15, 2012 at 7:21 PM, Duke DAI wrote:
> Hi friends,
> Any one meet ArrayIndexOutOfBoundsException: -65536 described in
> https://issues.apache.org/jira/browse/LUCENE-1995 after it
Hi friends,
Any one meet ArrayIndexOutOfBoundsException: -65536 described in
https://issues.apache.org/jira/browse/LUCENE-1995 after it declared being
fixed?
My lucene version is 3.0.3 and MaxRAMBufferSize is 3M. All other
configurations seem to be normal.
It's hard to describe the environmen
12 matches
Mail list logo