You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by bbi123 <bb...@gmail.com> on 2014/03/26 20:14:59 UTC

External fields - How to configure custom data directory?

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.