On 18 June 2013 13:10, Mysurf Mail <stammail...@gmail.com> wrote: > Hi, > In order to add solr to my prod environmnet I have to implement some > security restriction. > Is there a way to add user/pass to the requests and to keep them > *encrypted*in a file.
As mentioned earlier, no there is no built-in way of doing that if you are using the Solr DataImportHandler. Probably the easiest way would be to implement your own indexing using a library like SolrJ. Then, you can handle encryption as you wish. Regards, Gora