I'm using the DataImportHandler to load data. I created a custom row
transformer, and inside of it I'm reading a configuration file. I am using
the system's solr.solr.home property to figure out which directory the file
should be in. That works for a single-core deployment, but not for
multi-core deployments (since I'm always looking in
solr.solr.home/conf/file.txt). Is there a clean way to resolve the actual
conf directory path from within a custom row transformer so that it works
for both single-core and multi-core deployments?

Thanks,

Wojtek
-- 
View this message in context: 
http://www.nabble.com/Reading-Core-Specific-Config-File-in-a-Row-Transformer-tp22069449p22069449.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to