Hi all,
    I configured all the required step to get the crawling going as described 
in the tutorial (to crawl http://lucene.apache.org/). when I ran the crawl, it 
ran successfully and I deployed the .war file provided with the nutch.  
However, when I tried search, it doesn't give any results.  when I enter 
following cmd line:
   
  bin/nutch org.apache.ntuch.searcher.NutchBean apache  ..... it gives 
   
  Total hits: 70 
  and displays 10 results,  However, it show nothing when I search for "apache" 
in web interface.
  I do have 
C:\apache-tomcat-5.5.23\webapps\nutch-0.8.1\WEB-INF\classes\nutch-site.xml 
pointing to by "crawl" dir like:
   
  <?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  <!-- Put site-specific property overrides in this file. -->
  <configuration>
  <property>
    <name>searcher.dir </name>
    <value>C:\nutch-0.8.1\crawl </value>  
  </property>
</configuration>

  do I have to do any more setting to use the web interface.  Any help will be 
appericated!
  Cheers,
  Niraj

Susam Pal <[EMAIL PROTECTED]> wrote:
  This is because somehow the windows style "\r\n" has got into the script.

You can clean the script by opening vi editor and issuing the
following commands.

:set ff=unix
:wq

If that doesn't work for you, then you can try this:-

cp bin/nutch nutch.bak
cat nutch.bak | tr -d "\r" > bin/nutch

This should remove "\r" wherever present and your script should run.

Regards,
Susam Pal
http://susam.in/
-------------------------------
Security enthusiasts meet @ OpenSEG - http://www.openseg.org/

On 6/18/07, niraj tulachan wrote:
> Hi all,
> I am very new to the software programming world. Anyway, I was just follwing 
> the tutorial for nutch-0.8.1 and I followed all the installation of JDK (1.5) 
> and Tomcat 5.5 and Cygwin as well. However, when I enter bin/nutch for the 
> nutch dir in Cygin, it is giving me the following error. So I'm stuck in the 
> very early stage!
> Here is my error:
> $ bin/nutch
> bin/nutch: line 14 $'\r': command not found
> bin/nutch: line 15: syntax error near unexpected token '$' in\r''
> 'in/nutch: line 15: 'case "`uname`' in
>
> I mean it might be very trivial but I have not done any scripting, so I am 
> unable to debug that. I'm hoping somebody will help me. Thank you for taking 
> your time.
> Thanks,
> Niraj
>
>
>
> ---------------------------------
> Be a better Globetrotter. Get better travel answers from someone who knows.
> Yahoo! Answers - Check it out.


       
---------------------------------
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to