Changeset 2152
- Timestamp:
- 07/31/08 22:12:28 (5 months ago)
- Files:
-
- libswish3/trunk/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/TODO
r1925 r2152 1 * fix warnings from make test2 3 1 * add new MIME via config 4 2 … … 7 5 * noindex comments handler 8 6 9 * how we will store a header-type db that is independent10 of the index proper (metanames, properties, ignorechars, etc.)11 As XML file? swish_header.xml12 13 7 * Native format: is SQL too slow? BDB? QDBM? or just use Xapian by default? 14 15 * make config.c conform to the documented API in libswish3.3.pod16 8 17 9 * tokenizer: regexp lib? … … 27 19 KS has some preliminary support for properties. 28 20 21 * XMLClassAttributes is broken because end_tag() will never match 22 probably need an additional parser_data->metaname flag to correlate 23 and set in build_tag(). 29 24
