Hi, Im generating SOLR from DB with below dataConfig section in data-config.xml file, and it's working fine.
<dataConfig> <dataSource type="JdbcDataSource" driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" <b>url="jdbc:sqlserver://127.0.0.1;databaseName=emp" user="user" password="user"*/> <document name="reviews"> <entity name="COMMON" query="select id,name from users" > <field column="id" name="id"/> <field column="name" name="name"/> </entity> </document> </dataConfig> I want to ENCRYPT the *url, databaseName, user and password* fields in above configuration. Please Help, Thanks in Advance. AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/Encryption-of-dataConfig-section-fields-in-SOLR-tp4012005.html Sent from the Solr - User mailing list archive at Nabble.com.