Hi,

Gabriel Boian wrote:
I use Lucene to search on my documentation using a web interface. After I perform a search I want to refine the result set using a new
query. How can I do that?

You could build a query containing the Terms of the old Query and combine them with refiening Terms to a new Query. Using a BooleanQuery should be enough for this.


Regards
Lutz


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to