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
Go for it, Jeff!
Sounds like we are all members of the "no idea how to do it" club.
> On Aug 18, 2014, at 21:08, Jeff Breidenbach 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..