Hi all,
I'm hoping this is an easy question. I have a Lucene index that contains
names and states, and I'm having an issue when the state is Oregon,
specifically OR. Below is an example of the query I pass in and the
query string that QueryParser builds below it.
This works for every state except OR.
String I build: lastname:"rhodes" AND state:"AK"
QueryParser output: +lastname:rhodes +state:ak
This is what OR look like:
lastname:"Rhodes" AND state:"OR"
lastname:rhodes
As you can see the state:"OR" is cleaned off by QueryParser. Is there
any way around this?
Thanks for the time.
Bob
-----------------------------------------
The information contained in this e-mail message is intended only
for the personal and confidential use of the recipient(s) named
above. This message may be an attorney-client communication and/or
work product and as such is privileged and confidential. If the
reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are
hereby notified that you have received this document in error and
that any review, dissemination, distribution, or copying of this
message is strictly prohibited. If you have received this
communication in error, please notify us immediately by e-mail, and
delete the original message.