We have implemented Search functionality using Lucene search mechanism, we wanted to filter out the results based on the filters which we have on search-result page, if we check any filter word results should be updated based on the checked word.
Can anyone please help us how we can apply Filter's to the searched results and update the results accordingly.
How to apply filters to searched results in Lucene Search?