MultiFieldQueryParser 1.8 isn't parsing phrases

2005-02-19 Thread Ben
Hi

When I try to search for phrases using the MultiFieldQueryParser v1.8
from CVS, it gives me NullPointerException.

Using the following keyword works:

title:IBM backs linux

However, it gives me the exception if I use the following keyword:

IBM backs linux

Any idea why? I am using this MultiFieldQueryParser with Lucene 1.4.3.
Of course I changed some of the boolean stuff to make it works with
the production release.

Thanks,
Ben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MultiFieldQueryParser 1.8 isn't parsing phrases

2005-02-19 Thread Daniel Naber
On Saturday 19 February 2005 15:26, Ben wrote:

 When I try to search for phrases using the MultiFieldQueryParser v1.8
 from CVS, it gives me NullPointerException.

This has just been fixed in SVN (I assume you mean SVN, CVS still exists 
but is read only and probably not updated anymore).

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: MultiFieldQueryParser 1.8 isn't parsing phrases

2005-02-19 Thread Ben
Thanks


On Sat, 19 Feb 2005 16:09:49 +0100, Daniel Naber
[EMAIL PROTECTED] wrote:
 On Saturday 19 February 2005 15:26, Ben wrote:
 
  When I try to search for phrases using the MultiFieldQueryParser v1.8
  from CVS, it gives me NullPointerException.
 
 This has just been fixed in SVN (I assume you mean SVN, CVS still exists
 but is read only and probably not updated anymore).
 
 Regards
  Daniel
 
 --
 http://www.danielnaber.de
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]