Re: Adding Query Filter custom implementation to Solr's pipeline

2011-09-13 Thread Chris Hostetter
: If you do need to implement something truely custom, writing it as your : own QParser to trigger via an "fq" can be advantageous so it can cached : and re-used by many queries. I forgot to mention a very cool new feature that is about to be released in Solr 3.4 You can now instruct Solr tha

Re: Adding Query Filter custom implementation to Solr's pipeline

2011-09-11 Thread Chris Hostetter
: When I was using Lucene directly I used a custom implementation of query : filter to enforce entitlements of search results. Now, that I'm : switching my infrastructure from custom host to Solr, what is the best : way to configure Solr to use my custom query filter for every request? It depe