Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing

2010-06-25 Thread Kostka Bořivoj
Thanks for the patch. Ufortunatelly the original problem is probably not related to JIRA 1072 issue. Any idea how to continue to tracing this? I'm ready to help but as my knowledge of CLucene core is limited I can't figure out what to trace. Borek > -Original Message- > From: Itamar Syn

Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing

2010-06-25 Thread Itamar Syn-Hershko
I really don't know what makes you say that. The Java stack-trace documented in the JIRA issue is exactly like the one you and the other 2 guys posted. The first patch attached to it changes an existing test (which I think we don't have ported) to provoke this error. I'm quite sure once this te

Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing

2010-06-25 Thread Kostka Bořivoj
I'm sorry, I missed there is different test which provokes this error n the patch. (I mean different from that one I ported). This together with fact the ported test will not reproduce problem caused my wrong conclusion. You are absolutely right. So we need to port the original test I guess, cor

Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing

2010-06-25 Thread Itamar Syn-Hershko
On 25/6/2010 3:58 PM, Kostka Bořivoj wrote: > I'm sorry, I missed there is different test which provokes this error n the > patch. (I mean different from > that one I ported). This together with fact the ported test will not > reproduce problem > caused my wrong conclusion. You are absolutely rig

Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing

2010-06-25 Thread Kostka Bořivoj
OK, I'm going to port this. > -Original Message- > From: Itamar Syn-Hershko [mailto:ita...@code972.com] > Sent: Friday, June 25, 2010 3:04 PM > To: clucene-developers@lists.sourceforge.net > Subject: Re: [CLucene-dev] vector subscript outofrangeexceptionduringindexing > > On 25/6/2010 3:5

[CLucene-dev] whitespace analyser query

2010-06-25 Thread Norman Barker
Hi, I am using a whitespace analyser when writing my documents to the index when I do a query such as When the incoming value is "Test Data" (no quotes) q=Te* returns zero where as Da* returns the document id as expected so it looks like the query doesn't take the first token. Is this a bug or