xapian-haystack/AUTHORS

32 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

2009-06-19 13:26:25 +00:00
Primary Authors:
2009-12-10 02:47:39 +00:00
----------------
2009-06-19 13:26:25 +00:00
* David Sauve
Thanks to:
2009-12-10 02:47:39 +00:00
----------
2009-10-13 14:57:32 +00:00
* Daniel Lindsley for the awesome Haystack API and putting up with all of my questions.
* Trapeze Media <http://www.trapeze.com/> for providing time and resources to complete this project as well as Q&A.
* Richard Boulton for answering questions regarding the Xapian python bindings and API.
* The Xapian team for creating and releasing under the GPL, such a great search engine.
2009-10-13 14:57:32 +00:00
* Supreet Sethi for suggestions regarding morphologic date comparisons and for fixing NOT query expressions.
* Joshua Jonah for changes to highlighting logic to avoid reserved words.
2010-10-27 17:28:44 +00:00
* J00bar for a fix with `get_identifier`, fixing query_filter reference in SearchQuery, and a better clear method.
* Jannis Leidel for setting up the code base for pip, easy_install and PyPI.
* Erik Aigner for the initial patch to get_identifier changes.
* Travis Cline for the initial patch to support SQ objects in Haystack.
2009-11-26 21:23:42 +00:00
* wshallum for a patch that makes date facets compatible with Python 2.4
* askfor for reporting issues with narrow_queries and float fields.
2010-01-15 14:17:17 +00:00
* Brandon Konkle for a patch that corrected the behaviour of weights on multiple term boosts.
* Adam Endicott for the initial patch that corrected an oversight with stemming not always being done during a search.
2010-10-27 17:28:44 +00:00
* Sym Roe for a patch that improved performance in "more-like-this" and suggestion the removal of FLAG_PARTIAL.
2011-02-01 22:55:48 +00:00
* liranz for pointing out a potential conflict with arguments pass into `SearchResult`
2011-05-11 22:09:21 +00:00
* Jacob Kaplan-Moss for pointing out that write permission shouldn't be required for searching.
2011-08-09 03:14:23 +00:00
* glassresistor for assistance troubleshooting an issue with boosting a phrase query & a patch to make weighting schemes overridable.
2011-08-09 03:36:19 +00:00
* James Addison for helping to debug an intermittent issue with `order_by` and `build_schema`.
2012-04-20 19:07:44 +00:00
* Michael Opitz for a patch that enables support for `inmemorydb`.
2012-04-20 20:02:56 +00:00
* Evgeniy Kirov for a patch that adds `HAYSTACK_XAPIAN_LANGUAGE` used for setting the stemming language.
* domasx2 for a patch that explicitly closes the database when not in use.
* naktinis for a patch that fixed changes the behaviour of the `narrow_queries` argument of `search` so that queries are ANDed together rather than ORed.