PATEL Ashish RD-ILAB-SSF wrote:
I have a question regarding the way the queries are intercepted by NutchBean. I noticed that whenever I make a query, each Nutch server is being contacted and separate look up is being done in the index available at each Nutch server. Is there any way by which I could create a meta index which is high level index for all the index available at different Nutch servers. Is /bin/nutch merge/ command right solution to achieve this?

The merge command is meant to be used to create a single index for a set of segments on a server, to make search on each server faster.


You could also use the merge command to create a single index for all segments on all servers. However it would take some slight modifications to NutchBean.java to use this for searches while using the remote servers for segment data, if that's what you desire. This would involve a new init() method that combines the two existing methods with that name. In particular, it would use an IndexSearcher for the searcher and detailer implementations, and a DistributedSearch.client() for the summarizer and content implementations. If you get this working, please submit a patch.

Doug



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Nutch-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to