Some feedback on parrallel index building (Fields, Index segments and docIds)

2014-05-10 Thread Olivier Binda
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

Re: How to add machine learning to Apache lucene

2014-05-10 Thread Koji Sekiguchi
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