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
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
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
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: