How to specify two Fields in Lucene QueryParser?
There are 3 ways to do this. The first way is to construct a query manually, this is what QueryParser is doing internally. This is the most powerful way to do it, and means that you don’t have to parse the user input if you want to prevent access to some of the more exotic … Read more