I am playing with lucene for a location search off of a city and state, and everything is going pretty well. the query parser fails when i pass it "state:OR" and disreguards "state:or"
Is there a way to tell the searcher/query parser that I am indeed searching for "OR" ?
Thanks.