Re: ArrayIndexOutOfBoundsException: -65536 during full-import from old index

2017-09-05 Thread bebe1437
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

Re: ArrayIndexOutOfBoundsException: -65536 during full-import from old index

2017-09-01 Thread Michael McCandless
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

Re: ArrayIndexOutOfBoundsException: -65536 during full-import from old index

2017-08-31 Thread bebe1437
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 ---

ArrayIndexOutOfBoundsException: -65536 during full-import from old index

2017-08-31 Thread bebe1437
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

Re: ArrayIndexOutOfBoundsException: -65536

2014-10-15 Thread Michael McCandless
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

Re: ArrayIndexOutOfBoundsException: -65536

2014-10-13 Thread Trejkaz
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

Re: ArrayIndexOutOfBoundsException: -65536

2012-01-19 Thread Michael McCandless
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

Re: ArrayIndexOutOfBoundsException: -65536

2012-01-19 Thread Duke DAI
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

Re: ArrayIndexOutOfBoundsException: -65536

2012-01-18 Thread Michael McCandless
> 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:/

Re: ArrayIndexOutOfBoundsException: -65536

2012-01-18 Thread Duke DAI
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

Re: ArrayIndexOutOfBoundsException: -65536

2012-01-15 Thread Michael McCandless
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

ArrayIndexOutOfBoundsException: -65536

2012-01-15 Thread Duke DAI
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