Subject | RE: [firebird-support] Full-text Search Support |
---|---|
Author | Leyne, Sean |
Post date | 2003-12-31T01:31:04Z |
> Does firebird support full-text/fuzzy search in text columns? i.e.The Like/Containing/Starting with code has just been reworked in the FB
> similar to my sql's match ... against? Of course, I am not talking
> about "like" searches where you can perform starts with type searches.
>
> If there is such a functionality, how efficient/good is this?
2.0 code base.
The new logic supports all text fields, including blobs (new!) and runs
3,000 times faster (584sec vs .0187sec)
The new logic, however, does not extend Firebird functionality to
include MATCH operator, this may be added at a later date.
Sean