|
Revision 1925, 0.9 kB
(checked in by karpet, 2 years ago)
|
verify locale should also be global
|
| Line | |
|---|
| 1 |
* fix warnings from make test |
|---|
| 2 |
|
|---|
| 3 |
* add new MIME via config |
|---|
| 4 |
|
|---|
| 5 |
* new config opt: NoBumpPositionOnTag (for inline xml tags) |
|---|
| 6 |
|
|---|
| 7 |
* noindex comments handler |
|---|
| 8 |
|
|---|
| 9 |
* how we will store a header-type db that is independent |
|---|
| 10 |
of the index proper (metanames, properties, ignorechars, etc.) |
|---|
| 11 |
As XML file? swish_header.xml |
|---|
| 12 |
|
|---|
| 13 |
* 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.pod |
|---|
| 16 |
|
|---|
| 17 |
* tokenizer: regexp lib? |
|---|
| 18 |
|
|---|
| 19 |
* finish html parser, esp for meta, block/inline tags, word_pos logic, etc. |
|---|
| 20 |
|
|---|
| 21 |
* StringList parse_line_into_words should support UTF8 (widechar) |
|---|
| 22 |
|
|---|
| 23 |
* if we use Xapian, need: (1) QueryParser that uses our tokenizer and (2) property storage |
|---|
| 24 |
|
|---|
| 25 |
* might be useful to use our own property storage regardless of IR index. |
|---|
| 26 |
perhaps store swish properties only in SQLite. |
|---|
| 27 |
KS has some preliminary support for properties. |
|---|
| 28 |
|
|---|
| 29 |
|
|---|