Commit graph

296 commits

Author SHA1 Message Date
David Sauve
bbc062c765 Converted README to ReStructuredText to make it friendly for PyPI 2010-01-16 10:31:38 -05:00
David Sauve
1fe6f9b7dc Updated setup.py to use symlink to README 2010-01-16 07:34:44 -05:00
David Sauve
7d553eff98 Updated setup.py with new version number 2010-01-15 10:38:43 -05:00
David Sauve
165cb9ec72 Updated release notes 2010-01-15 10:29:58 -05:00
David Sauve
5dcdaf1751 Fix for issue #36 -- DatabaseModifiedError 2010-01-15 10:02:04 -05:00
David Sauve
d3f6aa1b81 Added Brandon Konkle to AUTHORS 2010-01-15 09:17:17 -05:00
David Sauve
8f1f906d40 Changed test for term boost to use AND_MAYBE instead of OR 2010-01-15 09:16:55 -05:00
bkonkle
9ba7d0f8d5 Adjusted the query operations for boosts 2010-01-15 22:10:28 +08:00
David Sauve
765ea0ebd3 Formatting update on AUTHORS 2009-12-09 21:47:39 -05:00
David Sauve
2a57041e91 Added Travis Cline to the thank you section of AUTHORS 2009-12-09 16:41:08 -05:00
David Sauve
9fd2e93649 Updated AUTHORS with thanks to the Xapian team and Richard Boulton 2009-12-09 16:39:29 -05:00
David Sauve
7deb1c6f5d More README formatting 2009-12-09 16:33:00 -05:00
David Sauve
4c6487b4e1 Updated setup.py to read README.md 2009-12-09 16:30:16 -05:00
David Sauve
ff91a648a7 Renamed README to README.md so it'll show up with formatting in Github 2009-12-09 16:30:05 -05:00
David Sauve
67879dd1cd Cleaned up README and added credits and license sections 2009-12-09 16:28:49 -05:00
David Sauve
4f0f219ede Updated with new version number 2009-12-09 11:29:34 -05:00
David Sauve
9c1292ba46 Updated release notes 2009-12-09 11:26:09 -05:00
David Sauve
7626ee6e38 Moved schema generation out of database opening method and made it into a property that should be cached. 2009-12-08 13:18:17 -05:00
David Sauve
d2750c58fa Added a friendlier error for when the index can not be opened 2009-12-08 12:21:04 -05:00
David Sauve
f592114415 Added InvalidIndexError and test for write permissions on path 2009-12-08 11:44:10 -05:00
David Sauve
925b74c72c Fixed __version__. Had incorrect version number. 2009-12-08 09:58:23 -05:00
David Sauve
858fcf1523 Added a friendlier error for when the index can not be opened 2009-12-08 09:56:57 -05:00
David Sauve
bd319a8a3a Removed a TODO that doesn't apply anymore 2009-12-08 09:19:06 -05:00
David Sauve
cee069dd5e Removed 'silly_test' 2009-12-08 08:49:24 -05:00
David Sauve
8b4a06a011 Updated notes section of README to discuss various index options 2009-12-07 20:14:45 -05:00
David Sauve
669df10b67 Updated ticket number on mod_python issue 2009-12-07 20:04:16 -05:00
David Sauve
7b08a28737 Updated readme to make the mod_python issue clearer and fixed a typo 2009-12-07 20:03:09 -05:00
David Sauve
7d06ac5c89 Some docstring fixes 2009-12-07 20:02:39 -05:00
David Sauve
9c8e24401a Updated .gitignore to ignore MANIFEST 2009-12-07 11:14:17 -05:00
David Sauve
64ac587c80 Updated .gitignore to ignore NOTES and dist folder 2009-12-07 11:13:45 -05:00
David Sauve
fc8397221b Updated release number in setup.py 2009-12-07 11:12:45 -05:00
David Sauve
39e1fdfaf7 Updated setup.py 2009-12-07 10:23:59 -05:00
David Sauve
45c4c025c9 Added RELEASES 2009-12-07 10:23:51 -05:00
David Sauve
f560d9eefe Updated release number 2009-12-07 09:57:03 -05:00
David Sauve
c3fb8ee4c2 Merged branch next into master 2009-12-07 09:56:22 -05:00
David Sauve
1ec4fdf7ab Added stemming support 2009-12-05 11:32:29 -05:00
David Sauve
72134e096b Query facets working again and reworked narrow to take a query_string instead of xapian.Query. This should be easier to use. 2009-12-05 10:43:52 -05:00
David Sauve
3752844e4a Fix for date facet when gap by month amount is larger than 1 2009-12-04 20:45:36 -05:00
David Sauve
f1b7c04c12 Only thing missing now is query_facets 2009-12-04 20:30:26 -05:00
David Sauve
1fe78fc384 __lt is working 2009-12-04 16:44:36 -05:00
David Sauve
999800e4a8 __gt is working 2009-12-04 16:41:41 -05:00
David Sauve
253382b41a __startswith has been implemented in new branch 2009-12-04 15:41:32 -05:00
David Sauve
4ea6f5eda1 Added parse_query utility method for SearchBackend. This takes a query_string and attempts to convert it to a xapian.Query for use by search 2009-12-04 14:42:06 -05:00
David Sauve
da34c32849 Added LiveLiveXapianSearchQueryTestCase 2009-12-04 14:16:08 -05:00
David Sauve
8ed2e9196e Removed commented code block 2009-12-04 10:33:29 -05:00
David Sauve
617f623b6b Order by is working 2009-12-04 10:27:23 -05:00
David Sauve
ae58bf85d2 field and date facets working 2009-12-04 09:13:10 -05:00
David Sauve
012ba98ed1 Added limit_to_registered_models in mlt 2009-12-03 16:48:21 -05:00
David Sauve
585ccfdac7 More like this is working 2009-12-03 16:40:33 -05:00
David Sauve
ccde83ff8c Highlighting is working again 2009-12-03 13:49:26 -05:00