Re: add multithread indexing sample?

2014-08-18 Thread Bill Janssen
Jeff Breidenbach j...@jab.org wrote: Does it make sense to add a multithreaded indexing example to the samples directory? Mike McCandles has such fun graphs, and it would be fun to chase them in python. http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html Go for

Re: add multithread indexing sample?

2014-08-18 Thread Andi Vajda
On Aug 18, 2014, at 21:08, Jeff Breidenbach j...@jab.org wrote: Sounds like we are all members of the no idea how to do it club. You can look at the test_PyLuceneThread.py file in the test directory to get an example on how to use threads with PyLucene. Andi..

Re: add multithread indexing sample?

2014-08-17 Thread Andi Vajda
On Sat, 16 Aug 2014, Jeff Breidenbach wrote: Does it make sense to add a multithreaded indexing example to the samples directory? Mike McCandles has such fun graphs, and it would be fun to chase them in python. http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html +1

add multithread indexing sample?

2014-08-16 Thread Jeff Breidenbach
Does it make sense to add a multithreaded indexing example to the samples directory? Mike McCandles has such fun graphs, and it would be fun to chase them in python. http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html