Re: BooleanQuery containing SpanNearQuery throws ArrayOutOfBoundsException .

2006-03-29 Thread Paul Elschot
Jelda, I have just added a patch for DisjunctionSumScorer.java here: https://issues.apache.org/jira/browse/LUCENE-413 issue. Could you try that patch and report the results at the jira issue? In case you need help using the patch could you move the discussion to the java-dev list? Regards, Paul

RE: BooleanQuery containing SpanNearQuery throws ArrayOutOfBoundsException .

2006-03-29 Thread Ramana Jelda
uesday, March 28, 2006 11:12 PM > To: java-user@lucene.apache.org > Subject: Re: BooleanQuery containing SpanNearQuery throws > ArrayOutOfBoundsException . > > Comments inline below. > > On Tuesday 28 March 2006 18:29, Ramana Jelda wrote: > > > > Hi, > > I

Re: BooleanQuery containing SpanNearQuery throws ArrayOutOfBoundsException .

2006-03-28 Thread Paul Elschot
Comments inline below. On Tuesday 28 March 2006 18:29, Ramana Jelda wrote: > > Hi, > I have a got strange problem. > My searchterm : "mp3 player" > Lucene Query : > +( > +( > spanNear([productName:mp, productName:3], 3, true) > spanNear([subName:mp, subName:3], 3, true) >) > +(p

BooleanQuery containing SpanNearQuery throws ArrayOutOfBoundsException .

2006-03-28 Thread Ramana Jelda
Hi, I have a got strange problem. My searchterm : "mp3 player" Lucene Query : +( +( spanNear([productName:mp, productName:3], 3, true) spanNear([subName:mp, subName:3], 3, true) ) +(productName:player subName:player) ) Throws following lucene BooleanScorer2 exception. Caused by: