author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Jul 2002 06:58:15 +0000 (06:58 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 8 Jul 2002 06:58:15 +0000 (06:58 +0000) | ||
commit | 6ed6a9519397504546d46411b3bfca7d196370b1 | |
tree | 3f4133763568d52a34946d3558c8e4d9295c86bd | tree | snapshot |
parent | 47a34eba732181df55bc0e0b26ab8c6ec0130e5c | commit | diff |
cleaned up the indexer code:
- it splits more words out (much simpler, faster splitter)
- removed code we'll never use (roundup.roundup_indexer has the full
implementation, and replaces roundup.indexer)
- only index text/plain and rfc822/message (ideas for other text formats to
index are welcome)
- added simple unit test for indexer. Needs more tests for regression.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@832 57a73879-2fb5-44c3-a270-3262357dd7e2
- it splits more words out (much simpler, faster splitter)
- removed code we'll never use (roundup.roundup_indexer has the full
implementation, and replaces roundup.indexer)
- only index text/plain and rfc822/message (ideas for other text formats to
index are welcome)
- added simple unit test for indexer. Needs more tests for regression.
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@832 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | diff | blob | history | |
roundup/backends/back_anydbm.py | diff | blob | history | |
roundup/backends/blobfiles.py | diff | blob | history | |
roundup/indexer.py | diff | blob | history | |
roundup/roundup_indexer.py | [deleted file] | blob | history |