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 to make the entire process multi threaded and two
threads are trying to commit two different set of batchs, will the commit
happen in parallel. what if am trying to commit to different solr-cores ?

-- 

-JAME

Reply via email to