RE: java.lang.IndexOutOfBoundsException when querying Lucene

2006-05-18 Thread Andy Hind
file ...which is bad. I think you will have to rebuild your index. Regards Andy -Original Message- From: Alexandru Popescu [mailto:[EMAIL PROTECTED] Sent: 17 May 2006 08:13 To: java-dev@lucene.apache.org Subject: Re: java.lang.IndexOutOfBoundsException when querying Lucene Hi Daniel

Re: java.lang.IndexOutOfBoundsException when querying Lucene

2006-05-17 Thread Alexandru Popescu
Hi Daniel! Thanks for the answer. I know what the query is and I definitely can provide it. Unfortunately, it is created using the JCR API and I am not sure how relevant it is. Here is an example: //element(*, cmed:nodetype)[EMAIL PROTECTED]:prop1 = 'some']/[EMAIL PROTECTED]:prop2 = 'else'] an