Re: Securing Lucene indexes

2013-05-26 Thread SUJIT PAL
Hi Lance, I did a proof of concept where I stored the main document encrypted in a MongoDB database and the index contains the unstored versions of the data. I built a Solr component that would be set up as the last-component that took the docIds and queried the MongoDB database to build the do

Securing Lucene indexes

2013-05-26 Thread Lance Norskog
I would like to store Lucene indexes in an encrypted format. The only security requirement is that if an intruder copies files from the file system, no file will have raw data. It is acceptable for raw data to be visible in raw disk scans. All I want to do is encrypt the readable index files. Here