: 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
: 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
Hi,
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?
Thanks!
-Eu