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'
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