I'm trying to know the values stored in the dataimport.properties file in a production environment using the solr admin feature, so I copied the same behaviour as: [Schema] and [Config] but changing the contentType property (from contentType=text/xml to contentType=text):
http://localhost:8080/solr/admin/file/?contentType=text;charset=utf-8&file=dataimport.properties I want to know if there is other way to know the dataimport.properties values using the solr admin and if that solution may be a possible feature to add in the solr admin. For example adding into he index.jsp file: [< a href="file/?contentType=text;charset=utf-8&file=dataimport.properties">dataimport.properties ] Thanks, Nicolás -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-read-values-from-dataimport-properties-in-a-production-environment-tp3500453p3500453.html Sent from the Solr - User mailing list archive at Nabble.com.