RE: Encryption to Solr indexes – Using Custom Codec

2016-06-22 Thread Sidana, Mohit
he Branch 6_x and after compiling all seems to be working fine now. Thanks, Mohit -Original Message- From: Renaud Delbru [mailto:renaud@siren.solutions] Sent: Tuesday, June 21, 2016 11:39 AM To: solr-user@lucene.apache.org Subject: Re: Encryption to Solr indexes – Using Custom Codec

Re: Encryption to Solr indexes – Using Custom Codec

2016-06-21 Thread Renaud Delbru
Hi, maybe it is the way you created the jar ? Why not applying the patch to lucene/solr trunk and use ant jar instead to get the codecs jar created for you ? Also, I think the directory where you put the jars should be called "lib" instead of "Lib". you can try also to use the lib directives

RE: Encryption to Solr indexes – Using Custom Codec

2016-06-21 Thread Sidana, Mohit
and stored fields are being stored on disk) Therefore, I am trying to test this approach with Solr. Thanks, Mohit -Original Message- From: Don Bosco Durai [mailto:bo...@apache.org] Sent: Monday, June 20, 2016 7:10 PM To: solr-user@lucene.apache.org Subject: Re: Encryption to Solr

Re: Encryption to Solr indexes – Using Custom Codec

2016-06-20 Thread Alexandre Rafalovitch
On 21 June 2016 at 00:42, Sidana, Mohit wrote: > As Part of my studies I am exploring the solutions which can be used for > Lucene/Solr Index encryption. Can't help with the actual question, but just remembered that Hitachi was showing some Solr Encryption at the Lucene/Solr Revolution last year

Re: Encryption to Solr indexes – Using Custom Codec

2016-06-20 Thread Don Bosco Durai
Mohit, just curious. Have you considered just encrypting the volume where there index is stored? It will be done at the OS level and performance wise it will be much better and easier to manage. Would it address your requirement? Or is it purely academic exercise for you. Bosco From: "Sidana