Re: Encrypt Data in SOLR

2015-02-27 Thread Jack Krupansky
You could simply hash the value before sending it to Solr and then hash the user query before sending it to Solr as well. Do you need or want only exact matches, or do you need keyword search, wildcards, etc? -- Jack Krupansky On Fri, Feb 27, 2015 at 4:38 PM, Alexandre Rafalovitch wrote: > Don'

Re: Encrypt Data in SOLR

2015-02-27 Thread Alexandre Rafalovitch
Don't store it? stored=false, indexed=true You may need bit more details really. There is no encryption, if you encrypt it, you cannot search it. So, you should concentrate on security of access instead and/or full-disk encryption (at the cost to performance) Regards, Alex. Solr Analy