Hi, I am pretty new to external fields in SOLR.
Is it possible to configure the path of the external field files? By default SOLR searches data/ directory for the external field files. I am trying to figure out if there is a way to modify the data directory path. I tried using the /reloadCache option but the below configuration didn't work. <requestHandler name="/reloadCache" class="org.apache.solr.search.function.FileFloatSource$ReloadCacheRequestHandler"> <str name="datadir">data</str> </requestHandler> -- View this message in context: http://lucene.472066.n3.nabble.com/External-fields-How-to-configure-custom-data-directory-tp4127208.html Sent from the Solr - User mailing list archive at Nabble.com.