Dear Shashi, I hope only one machine to generate new indexes based new crawled pages. After that, the indexes can be transmitted to another or others machines that respond users' queries.
However, when using Lucene.NET, I cannot control the indexing process. What I can see is just the index files on the disk. How can I just get the new generated indexes. May I transmit them to a remote machine and append them with the existing ones on that machine? Thanks! Bing Li On Wed, Nov 17, 2010 at 11:20 PM, Shashi Kant <[email protected]> wrote: > IndexWriter has a Merge() method to combine indexes. Not sure what you mean > by " transmitted to anther one" , if you mean making the index available you > can copy it across the network. > > BTW suggest you should look into Solr, since it does most of the work for > you using sharding etc. > > On Wed, Nov 17, 2010 at 2:58 AM, Bing Li <[email protected]> wrote: > >> I > > >
