Hi all,

I've been playing around with the current mapred branch and have managed to fetch and index etc, but cannot get the web front-end to display any results -- it just comes up with 0 results to any search performed.

I am running NDFS and have started a search server via "bin/nutch server 9123 /"
The search server returns:
051109 174407 11 Client connection to 127.0.0.1:9000: starting
051109 174407 10 opening indexes in /indexes
051109 174407 10 opening segments in /segments
051109 174407 10 opening linkdb in /linkdb
051109 174407 12 Server listener on port 9123: starting

The directories reported correspond to those on my NDFS. I have created the indexes as "indexes/<segmentnumber>", i.e.
/user/root/indexes/20051108182337       <dir>
/user/root/indexes/20051108184120       <dir>

When I perform a search, the following is reported from the search server, but no results are returned.

051109 174431 14 Call: search(http, 20, site, null, false)
051109 174431 14 Return: [EMAIL PROTECTED]
051109 174441 15 Call: getSegmentNames()
051109 174441 15 Return: [Ljava.lang.String;@1bc4459

Any ideas on what I'm doing wrong, or where I should be looking?

Thanks,
Roger

Reply via email to