Skip to Content
0
Former Member
May 03, 2016 at 12:19 PM

How to implement FacetSearchListener to add dynamic Solr filters ?

623 Views

I am working on a project where I need to apply dynamic filter in the implementation of FacetSearchListener, before Solr query is executed, based on the request. How will I be able to distinguish the request in the listener class so that if else condition can be applied.