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 <arafa...@gmail.com> wrote: > 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 Analyzers, Tokenizers, Filters, URPs and even a newsletter: > http://www.solr-start.com/ > > > On 27 February 2015 at 16:31, EXTERNAL Taminidi Ravi (ETI, > AA-AS/PAS-PTS) <external.ravi.tamin...@us.bosch.com> wrote: > > HI, Do Any one know how to encrypt the Solr Data Stored ? e.g. I have to > do a search on the address for the customer, but the data should be not > able to read by naked eyes? > > > > Thanks > > > > Ravi >