You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Ming Lei <mi...@yahoo.com> on 2007/01/06 07:34:16 UTC

A search server runs on an index periodically refreshed by an indexer

Question 1:
A search server runs on an index that are periodically
refreshed with newer versions. For example, it starts
with c:/lucene/ind_dir_0, then later on the indexer
creates c:/lucene/ind_dir_1 and so on. I would like
the search server to automatically pick up the latest
version when it is available. What are your
suggestions?

Question 2:
Similar to question 1, except that the indexer
re-index the whole corpus but rather just add a new
segment to the existing index periodically. Should the
solution be different from the first one?

Thanks a lot.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org