You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ca...@bookandhammer.com on 2002/01/02 22:25:10 UTC

case sensitive boolean keywords

Hi,

Is there any reason why the boolean terms (AND, OR and NOT) are case 
sensitive?
For example
Query 1: "test and process"
	removes "and" as a stop word and does an or search (198 results in 
my test case)

Query 2: "test AND process"
	performs a boolean search with AND (5 results in my test case).

If I change the queryParser to include the lower case "and", "or" and 
"not" will that cause other problems?

Thanks

--Peter


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>