Can someone explain how to setup distributed searching.  I have a 
nutch-site.xml file setup like this:

<configuration>

  <property>
    <name>fs.default.name</name>
    <value>local</value>
  </property>

  <property>
    <name>searcher.dir</name>
    <value>C:\SERVERS\tomcat\webapps\ROOT\WEB-INF\classes</value>
  </property>

</configuration>

With a search-servers.txt file in the classes directory.  The servers 
file has entries that look like this:

andromeda02 2388

The server on the machine is started and running with this command.

 bin/nutch server 2388 /d01/crawl

I can see it running and I can see the connect output, but searches 
return no results.  The /d01/crawl directory contains indexes which is a 
merged indexes directory, linkdb, crawldb, and segments.  Am I doing 
something obviously wrong here?

Dennis


_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to