Hi, Thanks to Erik Hatcher's blog on Custom security filtering in Solr ( https://lucidworks.com/blog/2012/02/22/custom-security-filtering-in-solr/ ). I have a similar requirement to do some post-filtering. Our environment is Solr 3.3.0 and when i use the Erik's sample, AccessControlQuery wouldn't compile as the classes "org.apache.solr.search.DelegatingCollector, org.apache.solr.search.ExtendedQueryBase & org.apache.solr.search.PostFilter" doesn't seem to be available in Solr 3.3.0.
Any suggestion on how Erik's post-filter can be adapted to Solr 3.3.0? Thanks, Vasu