Some feedback (might be usefull for other users) :
I have experimented a bit and it seems that I have been able to build a
parrallel index for my use case
(9 different index, with docIds in sync, with only 1 segment).
I had to set the IndexWriterConfig of all my indexWriters with
setRAMBufferS
Hi Priyanka,
> How can I add Maching Learning Part in Apache Lucene .
I think your question is too wide to asnwer because machine learning
covers a lot of things...
Lucene has already got a text categorization function which is a well
known task of NLP and NLP is a part of machine learning. I'v