Hi Guys, According to the article <http://yonik.com/posts/advanced-filter-caching-in-solr/> about Advanced Filter Caching and few examples ho to implement custom PostFilter in Solr I implemented my own class that extends ExtendedQueryBase and implements PostFilter. All filtering functionality implemented in my own org.apache.solr.search.DelegatingCollector in *collect* method. During testing I found out performance hits, because *collect* method is called to much times.
Here is the question: Whether it is possible to know about how much documents were found before/in call *collect* method and return true if it is number is bigger than some threshold? Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-PostFilter-tp4107925.html Sent from the Solr - User mailing list archive at Nabble.com.