Thanks. I find that parse_text and indexes are using same partitioner--hash partitioner. So I just put each part in parse_text and indexes dirs to each server. For example, server0 contains only part-00000, and server1 contains only part-00001. I find it works. However, one problem is that some summaries miss but results are right when I search. I review the source code of org.apache.nutch.searcher.DistributedSegmentBean.getSummary(HitDetails[], Query). But I can't understand why it happens that some summaries miss.
Can you help me? 2010/11/17 Muwonge Ronald <[email protected]>: > Hmmm can you do it on web application level? > Ronny > On 11/15/10, 朱诗雄 <[email protected]> wrote: >> hi,all >> >> I want to use nutch for distributed searching. But I don't know how to >> cut indexes for distributed searching? >> Is there a guide for that? >> >> -- >> Thanks and best regards. >> >> zsx >> > -- Thanks and best regards. zsx

