Jason Boss wrote:
Playing with the merge command.  After you create the index I am attemting
to move just the new index over to another server.  Upon stopping and
starting Tomcat it can't find any kind of data.  The only way it seems to
see it is if the full segments are there.  Is there a way to move just the
merged data over to a new server and search with that or what is the
procedure for getting a merged segment to display?

Currently merged indexes must reside with their segment data.

In a distributed configuration, one typically does something like:

- run dedup over all segments
- divide the segments into groups, one per search box
- merge an index for each search box
- put the merged index and its segments on the search box
- start search servers on each search box
- make a search-servers.txt with the host/port pairs of each search box
- start the front-end webapp in a directory with search-servers.txt

Doug


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nutch-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to