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
. Bosco From: "Sidana, Mohit" Reply-To: Date: Monday, June 20, 2016 at 7:42 AM To: "solr-user@lucene.apache.org" Subject: Encryption to Solr indexes – Using Custom Codec Hello, As Part of my studies I am exploring the solutions which can be used for Lucene/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
: "Sidana, Mohit" Reply-To: Date: Monday, June 20, 2016 at 7:42 AM To: "solr-user@lucene.apache.org" Subject: Encryption to Solr indexes – Using Custom Codec Hello, As Part of my studies I am exploring the solutions which can be used for Lucene/Solr Index encryption. I fou

Encryption to Solr indexes – Using Custom Codec

2016-06-20 Thread Sidana, Mohit
Hello, As Part of my studies I am exploring the solutions which can be used for Lucene/Solr Index encryption. I found the patch open on Apache JIRA - Codec for index-level encryption (LUCENE-6966). https://issues.apache.org/jira/browse/LUCENE-69