Added James Addison to AUTHORS

This commit is contained in:
David Sauve 2011-08-08 20:14:23 -07:00
parent fdc84db098
commit f80709bd5b

View file

@ -23,4 +23,5 @@ Thanks to:
* Sym Roe for a patch that improved performance in "more-like-this" and suggestion the removal of FLAG_PARTIAL.
* liranz for pointing out a potential conflict with arguments pass into `SearchResult`
* Jacob Kaplan-Moss for pointing out that write permission shouldn't be required for searching.
* glassresistor for assistance troubleshooting an issue with boosting a phrase query & a patch to make weighting schemes overridable.
* glassresistor for assistance troubleshooting an issue with boosting a phrase query & a patch to make weighting schemes overridable.
* James Addison for helping to debug an intermittent issue with `order_by` and `build_schema`.