David Sauve
|
5dfb3e3fdd
|
Updated TODO. Was really outdated...
|
2010-01-27 19:44:49 -05:00 |
|
David Sauve
|
0dfa0875a9
|
Updated RELEASES with changes in last merge
|
2010-01-27 19:43:21 -05:00 |
|
David Sauve
|
a4e60604a3
|
Updated SearchBackend.update to be smarter when indexing multi-value fields and stemming. Will now only stem text fields and will properly index each field of a MultiValueField.
|
2010-01-27 19:37:49 -05:00 |
|
David Sauve
|
8a7afd50ec
|
No longer add multi-value field values to the value area of the Xapian index
|
2010-01-27 16:14:05 -05:00 |
|
David Sauve
|
8b9ec85f36
|
Calculate end_offset as doccount - start_offset when end_offset is None
|
2010-01-27 15:55:34 -05:00 |
|
David Sauve
|
f8689c8247
|
Added a test to confirm that MultiValueField isn't working properly for short values
|
2010-01-27 15:34:15 -05:00 |
|
David Sauve
|
8ad4989f21
|
Revert "Removed symlink to README"
This reverts commit 8ac587f064.
|
2010-01-27 15:30:58 -05:00 |
|
David Sauve
|
8ac587f064
|
Removed symlink to README
|
2010-01-27 15:30:11 -05:00 |
|
David Sauve
|
144c4e6225
|
Updated version number to 1.1.3beta
|
2010-01-27 09:18:42 -05:00 |
|
David Sauve
|
b1c8980b10
|
Updated RELEASE notes
|
2010-01-27 09:08:57 -05:00 |
|
David Sauve
|
6596259b2d
|
Fix for issue #31 -- OverFlow error. end_offset was being improperly calculated.
|
2010-01-27 08:46:37 -05:00 |
|
David Sauve
|
b98e044cd0
|
Added NOT tests for date/datetime
|
2010-01-21 14:38:31 -05:00 |
|
David Sauve
|
5f3ba78a26
|
Changed SearchResult.score to be the document percentage score instead of the weight. Added a new attribute that is the weight.
|
2010-01-19 15:27:16 -05:00 |
|
David Sauve
|
2864744bf3
|
Updated SearchQuery to accept an optional argument
|
2010-01-18 16:11:43 -05:00 |
|
David Sauve
|
1c05645509
|
Updated Haystack requirement to reflect that is no longer BETA
|
2010-01-16 18:48:23 -05:00 |
|
David Sauve
|
bdfcb8b947
|
Replaced copyright symbol with (c) in README.rst. This was causing formatting issues on Github.
|
2010-01-16 18:46:13 -05:00 |
|
David Sauve
|
48ae0c79d0
|
Fixed symlink to README.rst
|
2010-01-16 11:10:58 -05:00 |
|
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 |
|