Hi,
try this:
bin/nutch merge crawl/index crawl/indexes crawl/indexes1

where crawl/index (not indexes) should be created by merge and
crawl/indexes and crawl/indexes1 are existing indexes for merging. Nutch
search web application will use merged index form crawl/index and you
should see this in web application log:

2007-09-09 20:30:58,949 INFO  searcher.NutchBean - creating new bean
2007-09-09 20:30:59,128 INFO  searcher.NutchBean - opening merged index
in /home/nutch/test/trunk/crawl/index

Hope this helps,
  
Tomislav


On Tue, 2008-03-04 at 21:09 +0000, Boris Lau wrote:
> Hi all,
> 
> I am having a problem with trying to get my merged index to be
> searched by nutch.
> 
> I have used "bin/nutch merge" command to merge 2 indexes into one, but
> the nutch web-app would not be able to search the merged index (always
> return 0 items).  I have examined the index in Luke and everything
> seems sane with the index (correct number of merged documents,
> segments references are correct, etc.).  It is just that the webapp
> would give 0 output.
> 
> Is there something that I am missing?  Any advise on how i would debug it?
> 
> Many thanks
> boris
> 
> p.s. would anybody have any recommendation on an alternative way of
> examining index other than using Luke (e.g. command line interface)?
> java awt is painfully slow....

Reply via email to