I'm integrating Hibernate Search in my project and at the moment it works fine.
Now I want to refine my search in this way: basically I'd like to pass, as a user, a query like term1 AND term2 OR term3
and so on. The number of terms could be different of course.
So my idea is to build a proper search with logical operators to help the users to find what they want to.