For security reasons (say I'm indexing very sensitive data, medical records for example) is there a way to encrypt data that is stored in Solr? Some businesses I've encountered have such needs and this is a barrier to them adopting Solr to replace other legacy systems. Would it require a custom-written filter to encrypt during indexing and decrypt at query time, or is there something I'm unaware of already available to do this?
-Jay