RE: PhraseQuery: NullPointerException

2002-02-08 Thread Jonathan Franzone
*This message was transferred with a trial version of CommuniGate(tm) Pro* Thank you thank you thank you thank you!!! -Original Message- From: Doug Cutting [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 5:12 PM To: 'Lucene Users List' Subject: RE: P

RE: PhraseQuery: NullPointerException

2002-02-08 Thread Doug Cutting
This bug has been fixed. The fix will be in tonight's nightly build. Doug -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: PhraseQuery: NullPointerException

2002-02-08 Thread Jonathan Franzone
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian Lea Sent: Friday, February 08, 2002 6:08 AM To: Lucene Users List Subject: Re: PhraseQuery: NullPointerException 1.2-rc3 seems to generate NPE if one or more of the words in the search phrase are not present in the index. Works as e

Re: PhraseQuery: NullPointerException

2002-02-08 Thread Ian Lea
1.2-rc3 seems to generate NPE if one or more of the words in the search phrase are not present in the index. Works as expected, no NPE, with 1.2-rc2. If change method seek() in org.apache.lucene.index.SegmentTermPositions from final void seek(TermInfo ti) throws IOException { super.seek(ti

PhraseQuery: NullPointerException

2002-02-07 Thread Jonathan Franzone
*This message was transferred with a trial version of CommuniGate(tm) Pro* I thought I saw a post that delt with this problem previously, but I couldn't find it in the archives. If it is a duplicate question I apologize. I'm building a PhraseQuery and getting a random NullPointerException. It do