I have a requirement to filter solr results, based on my application entitlement rules,before they are returned from Solr to the application. In order to do this, I have to implement a custom plugin, which gets entire solr results and apply my application rules (which will be exposed via web service from the app for solr to consume). This way reults will be completely filtered from Solr itself before application gets response from Solr. Currently my search uses DisMax. Now will need to use DisMax first and then custom plugin to filter the results. What's the best way to implement. FYI: I have gone thru SolrPlugin wiki page but need more info of how chaining (if possible) for handlers can be used. e.g. First dixmax and then custom plugin/handler.
Please advise. Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-request-handler-plugin-tp2673822p2673822.html Sent from the Solr - User mailing list archive at Nabble.com.