Hi there,

I am beginner for using Lucene especially in the area of Indexing and searching 
simultaneously.

Our environment is that we have several webserver for the search front-end that 
submit search request and also a backend server that do the full text indexing; 
whereas the index files are stored in a NFS volume such that both the indexing 
and searchs are pointing to this same NFS volume. The indexing may happen 
whenever something new documents comes in or get updated.

Our project requires that both indexing and searching can be happened at the 
same time (or the blocking should be as short as possible, e.g. under a second)

We have search through the Internet and found something like this references:
http://blog.mikemccandless.com/2011/09/lucenes-searchermanager-simplifies.html
http://blog.mikemccandless.com/2011/11/near-real-time-readers-with-lucenes.html

but seems those only apply to indexing and search in the same server (correct 
me if I am wrong).

Could somebody tell me how to implement such system, e.g. what Lucene classes 
to be used and the caveat, or how to setup ,etc?

Regards
Richard







Reply via email to