The .8 tutorial is confusing in the following regard(s).

1.  The index command should say crawl/indexes instread of just indexes.
When it is just indexes it puts it in the directory where you run the
command from and as a result, nutch will not search it and 0 results
will be returned.

2.  The invertlinks syntax also looks incorrect as it wont go into all
of your segments
        bin/nutch invertlinks crawl/linkdb crawl/segments/*

3.  Users should be advised to put this into the nutch-site.xml file in
their WEB-INF\classes directory instead of the current instructions.
This also applies to 0.7.x
<property>
    <name>searcher.dir</name>
    <value>path/to/crawl/directory</value>
  </property>

Current Instruction
"The webapp finds its indexes in ./crawl, relative to where you start
Tomcat, so use a command like:
~/local/tomcat/bin/catalina.sh start"

Since .8 is not on the WIKI, and the instructions are different, maybe
we need to have two different Tutorials on the WIKI after all.


-----Original Message-----
From: Richard Braman [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 25, 2006 5:33 PM
To: [email protected]
Subject: .8 Searching


Is searcher.dir still valid property in nutch-site.xml?
I am using nutch on cygwin with Tomcat 5.5, and nutch trunk
I have done a few segements but  getting no results.
 
<property>
    <name>searcher.dir</name>
    <value>T:\nutch-trunk\taxcrawl</value>
  </property>
 
 

Richard Braman
mailto:[EMAIL PROTECTED]
561.748.4002 (voice) 

http://www.taxcodesoftware.org <http://www.taxcodesoftware.org/> 
Free Open Source Tax Software

 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to