Inside of nutch-default.xml is the searcher.dir variable, containing path to root of index directory.

Does anyone know if searcher.dir value can contain more than one path i.e, be assigned multiple values, so that more than root directory can be called ?


<property> <name>searcher.dir</name> <value>.</value> <description> Path to root of index directories. This directory is searched (in order) for either the file search-servers.txt, containing a list of distributed search servers, or the directory "index" containing merged indexes, or the directory "segments" containing segment indexes. </description> </property>




Reply via email to