How to implement search with multiple filters using lucene.net
问题 I'm new to lucene.net. I want to implement search functionality on a client database. I have the following scenario: Users will search for clients based on the currently selected city. If the user wants to search for clients in another city, then he has to change the city and perform the search again. To refine the search results we need to provide filters on Areas (multiple), Pincode, etc. In other words, I need the equivalent lucene queries to the following sql queries: SELECT * FROM