Re: Lucene doubt

2014-02-17 Thread Adrien Grand
Hi Pedro, Lucene indeed supports indexing data from several threads into a single IndexWriter instance, and it will make use of all your I/O and CPU. You can learn more about how it works at http://blog.trifork.com/2011/05/03/lucene-indexing-gains-concurrency/ On Mon, Feb 17, 2014 at 3:54 PM, Ped

Re: Lucene doubt

2014-02-17 Thread Michael McCandless
In general, both indexing and searching are highly concurrent in Lucene. Mike McCandless http://blog.mikemccandless.com On Mon, Feb 17, 2014 at 9:54 AM, Pedro Cardoso wrote: > Good afternoon, > > I am using Lucene in developing a protect, however I was faced with a > doubt. > > I wonder if a