java-user@lucene.apache.org
[Top] [All Lists]

Re: QueryParser error

Subject: Re: QueryParser error
From: Michael Barry
Date: Tue, 04 Apr 2006 06:55:15 -0400
Exclamation point too ... check out the "Escaping Special Characters"
section in the QueryParser syntax guide (http://lucene.apache.org/java/docs/queryparsersyntax.html)

miki sun wrote:
Still got error even without colon:

Error in parse query :The light of the body is the eye if therefore thine eye be single, thy whole body shall be full of light. But if thine eye be evil, thy whole body shall be full of darkness. If therefore the light that is in thee be darkness, how great is that darkness!

java.lang.NullPointerException



----Original Message Follows----
From: Michael Barry <mbarry@xxxxxxx>
Reply-To: java-user@xxxxxxxxxxxxxxxxx
To: java-user@xxxxxxxxxxxxxxxxx
Subject: Re: QueryParser error
Date: Tue, 04 Apr 2006 06:44:02 -0400

You need to escape the colons.

miki sun wrote:
Hi there

Who can tell me why I got the the queryParser error for the following query:

Error in parse query :The light of the body is the eye: if therefore thine eye be single, thy whole body shall be full of light. But if thine eye be evil, thy whole body shall be full of darkness. If therefore the light that is in thee be darkness, how great is that darkness!
java.lang.NullPointerException

Appart from [, ], (, ), whatelse should be exculded in the query?

Thanks

Miki



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>