Code

cleaned up the indexer code:
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Jul 2002 06:58:15 +0000 (06:58 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 8 Jul 2002 06:58:15 +0000 (06:58 +0000)
commit6ed6a9519397504546d46411b3bfca7d196370b1
tree3f4133763568d52a34946d3558c8e4d9295c86bd
parent47a34eba732181df55bc0e0b26ab8c6ec0130e5c
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
CHANGES.txt
roundup/backends/back_anydbm.py
roundup/backends/blobfiles.py
roundup/indexer.py
roundup/roundup_indexer.py [deleted file]