1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
Jan Steemann 390916c417 fix stringbuffer appending for special numeric values 2013-03-04 09:09:31 +01:00
Jan Steemann 052ae2f76f no zero-prefilling for structs that do not need it 2013-02-12 16:34:53 +01:00
Jan Steemann b5d0457f3a fixed some issues reported by cppcheck 2012-12-12 18:42:11 +01:00
Jan Steemann d2aef2dcdc add words to fulltext index
this parses the fulltext-indexed attributes of documents when there's a fulltext index, and adds the individual words to the index.
As the fulltext index is case-sensitive, all words are added to the index in lower case.
The text tokenisation implementation is still very naive and currently works properly only for character ranges [a-z] and [A-Z].
Unicode words are also supported, but they are not normalised nor lower-cased yet. Additionally, unicode punctuation characters are not excluded and will also be added to the index.
Updating documents that are fulltext-indexed currently does not work.
2012-12-02 00:55:59 +01:00
Jan Steemann bc94851026 fixed compile warnings 2012-11-23 13:18:00 +01:00
Jan Steemann 73a4e98337 fixed memory issue 2012-10-11 14:26:08 +02:00
Oreste Panaia 2a71a3c371 minor changes for windows compatability 2012-09-28 17:34:22 +08:00
Frank Celler d2c758d663 the great rename 2012-06-08 15:01:25 +02:00