I have a need to take an incoming solr query and apply some additional
constraints to it on the Solr end.  Our previous implementation used a
QueryWrapperFilter along with some custom code to build a new Filter from
the query provided.  How can we plug this filter into Solr?

Reply via email to