Hi,
I would like to combine a numeric range query with a term query in Lucene. For example, I want to search for documents that I have indexed that contain between 10 and 20 pages and have the title "Hello World".
It does not seem possibly to use the QueryParser to generate this query for me; the range query that the QueryParser generates appears to be a text one.
I definitely would appreciate an example of how to combine a numeric range query with a term query. I would also be open taking an alternative to searching my index.
Thanks