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?
- Custom Query Processing Jamie Johnson
- Re: Custom Query Processing Dmitry Kan
- Re: Custom Query Processing Jamie Johnson