Commit graph

329 commits

Author SHA1 Message Date
David Sauve
53c5a674ea Better value range processing? Custom value range processor. Not working with integers though... 2009-08-02 14:18:40 -04:00
David Sauve
371e34d3e4 More range tests 2009-08-02 13:36:04 -04:00
David Sauve
71f7b0ad08 Removed debug text 2009-08-02 10:41:58 -04:00
David Sauve
0da97a748f All value ranges now working 2009-08-02 10:38:26 -04:00
David Sauve
724d15bc96 Number value ranges working 2009-08-02 10:24:44 -04:00
David Sauve
55ed0f4359 Encoding int, long, and float values when storing in values 2009-08-01 20:51:54 -04:00
David Sauve
966e42424c Debugging value range processor 2009-08-01 20:20:32 -04:00
David Sauve
234dcfe312 Formatting change 2009-08-01 20:11:53 -04:00
David Sauve
74376185ba Better term generation 2009-08-01 16:18:07 -04:00
David Sauve
d60dc5a12b A better _from_pythong method 2009-08-01 16:15:21 -04:00
David Sauve
685b4edc19 Revert "Added value range processors. Not working yet."
This reverts commit d9a10eac95.
2009-08-01 14:08:44 -04:00
David Sauve
d9a10eac95 Added value range processors. Not working yet. 2009-08-01 14:08:30 -04:00
David Sauve
98a6d5ea95 Added value range processors. Not working yet. 2009-08-01 14:07:36 -04:00
David Sauve
c834a319e7 Finished refactor. Code should be much easier to work with now. 2009-07-31 15:29:48 -04:00
David Sauve
edd41f4552 Fixed highlighting in newly refactored code 2009-07-31 15:23:55 -04:00
David Sauve
2a9aea6fa6 Revert "Fixed facetting in refactor branch"
This reverts commit 687b48f614.
2009-07-31 15:18:18 -04:00
David Sauve
687b48f614 Fixed facetting in refactor branch 2009-07-31 15:18:11 -04:00
David Sauve
9c986458b3 Fixed facetting in refactor branch 2009-07-31 15:17:22 -04:00
David Sauve
8ee12dd68d Continued refactoring. 23 of 27 tests passing now. Code is much cleaner and leaner 2009-07-31 11:46:14 -04:00
David Sauve
7752a6e743 Implemented _dump_document_data and new update method 2009-07-31 11:43:58 -04:00
David Sauve
8afa719129 Added copyright notice 2009-07-31 11:43:58 -04:00
David Sauve
856777adb4 Completed new _build_schema and _prepare methods 2009-07-31 11:43:14 -04:00
David Sauve
91043533ed Corrected year in copyright notice. Should have been 2009, not 2007 2009-07-30 09:01:38 -04:00
David Sauve
3f97fa28b0 Added copyright notices 2009-07-30 08:57:35 -04:00
David Sauve
d4c8c42275 Fixed broken NOT query -- Thanks Supreet 2009-07-30 08:54:46 -04:00
David Sauve
21b60477e2 Updated TODO 2009-07-27 15:21:03 -04:00
David Sauve
c087348a48 Implemented highlighting 2009-07-27 15:12:20 -04:00
David Sauve
a238bafe80 Updated AUTHORS 2009-07-27 10:03:31 -04:00
David Sauve
224cd0855b Changed clear to use private _get_enquire method 2009-07-24 16:41:40 -04:00
David Sauve
199982fb33 Revert "Moved enquire instance creation to seperate private _get_enquire method"
This reverts commit 11d1213c33.
2009-07-24 16:15:34 -04:00
David Sauve
11d1213c33 Moved enquire instance creation to seperate private _get_enquire method 2009-07-24 16:15:24 -04:00
David Sauve
8fb2bca7d0 Moved enquire instance creation to seperate private _get_enquire method 2009-07-24 16:05:31 -04:00
David Sauve
4de6161ffd Moved query parser setup to _get_query_parser private method 2009-07-24 15:27:43 -04:00
David Sauve
0d4ecf3d3a Fixed license. Should be GPLv2, like Xapian 2009-07-24 10:52:14 -04:00
David Sauve
7856d5f685 Updated TODO 2009-07-23 15:03:03 -04:00
David Sauve
c9c831a332 Refactored search code to have a seperate private method for _get_flags and _get_sorter. Makes the search method a little easier to follow. 2009-07-22 16:47:30 -04:00
David Sauve
276fec46e4 Changed the order of import statements. 2009-07-22 16:38:01 -04:00
David Sauve
e2de88b8a0 Updated TODO -- Removed refactor to use multiple indexes 2009-07-22 16:33:32 -04:00
David Sauve
b4931e1d43 Changed date generation in _from_python method to not including formatting 2009-07-22 11:30:22 -04:00
David Sauve
eda8d92858 Updated TODO with new items 2009-07-22 09:31:05 -04:00
David Sauve
0c27d0e8cf Changed boolean values in _from_python to be t or f instead of true or false. Save a little bit of space 2009-07-21 13:47:13 -04:00
David Sauve
979f0f86a3 Revert "Refactored indexer creation into seperate private method _get_indexer"
This reverts commit b1c1a35ece.
2009-07-21 13:45:17 -04:00
David Sauve
b1c1a35ece Refactored indexer creation into seperate private method _get_indexer 2009-07-21 13:45:06 -04:00
David Sauve
b3ba9233e5 Refactored indexer creation into seperate private method _get_indexer 2009-07-21 13:44:50 -04:00
David Sauve
317fb6cd3d Moved database opening into private method 2009-07-21 13:11:33 -04:00
David Sauve
5a71dc76e2 Whitespace change 2009-07-21 09:43:55 -04:00
David Sauve
72489054d2 Updated TODO 2009-07-09 16:36:37 -04:00
David Sauve
ff0a466241 Implemented multi-field ordering on search 2009-07-09 16:35:24 -04:00
David Sauve
a22442b894 Updated TODO list 2009-07-09 14:04:49 -04:00
David Sauve
00892d695e Fixed sorting by integer and added tests to prove it 2009-07-09 14:04:06 -04:00