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