Yes. Lucene / Solr supports multi threaded environment. You could do commit
from two different threads to same core or different core.
Regards
Aditya
www.findbestopensource.com
On Tue, May 22, 2012 at 12:35 AM, jame vaalet wrote:
> hi,
> my use case here is to search all the incoming documents
hi,
my use case here is to search all the incoming documents for certain
comination of words which are pre-determined. So what am doing here is,
create a batch of x docs according to their creation date, index them,
commit them and search them for query (pre-determined).
My question is, if i have t