Encrypting indexes in solr and Lucene
I would like to know if there is a way to encrypt the indices in solr and Lucene? Because the content is hosted on AWS.
+3
pandhale
source
to share
1 answer
There's a patch for Lucene 3.1 which provides an encryption solution for Lucene indexes using the AES encryption algorithm. You must have a JCE Unlimited Strength Limited Security File. you can get it from java.sun.com.
0
Rishi Dua
source
to share