2 PyLucene is a JCC-compiled Python extension of Java Lucene and wouldn't be
3 possible without the tireless efforts of the people and open source projects
6 - the Apache Lucene developers,
7 http://lucene.apache.org/java/docs/whoweare.html
9 - the Open Source Applications Foundation, for hosting the project from
10 2004 to 2008: http://www.osafoundation.org
12 - Andi Vajda, PyLucene and JCC project founder and maintainer, for
13 believing that PyLucene should be feasible
15 - the following people contributed patches, samples, bug reports
17 . Kapil Thangavelu (hazmat): FSDirectory support, first unit test
18 . Frank Wierzbicki: IndexFiles.py and SearchFiles.py samples
19 . Andreas Jung: several bug reports, nasty bugs indeed
20 . Jeff Bowden: several bug reports and API additions via patches
21 . Wai Yip Tung: test_PyLuceneThread.py unit test, windows threads testing
22 . Yura Smolsky: test_Highlighter.py unit test, numerous bug reports
23 . Steve Jenson: MultiFieldQueryParser addition to test_PyLucene.py
24 . Erik Hatcher: man page index and search samples
25 . Bill Janssen: many bug reports and 'shared mode' suggestion
26 . Aaron Lav: several memory leaks, fixed with patches and tests
27 . Grant Ingersoll: for inviting and sponsoring PyLucene's move to Apache