On 27.03.2010, at 20:51, Owen Williams wrote: > >> As for actually implementing it yourself from scratch it probably >> will have to be done using sqlite_create_function: >> http://www.sqlite.org/c3ref/create_function.html. >> > > I have experience with sqlite and full text search, and I didn't get good > results with fts. I had to use an external library called Xapian that > worked much, much better. So I would consider that library even if it > means adding a dependency.
well for something like soundex or double methaphone you dont really need full text search .. however both algorithms really only work well for single words, which makes things a bit tricky, since you would have to maintain a separate table with the hashes for each word. regards, Lukas DJ Suicide Dive [email protected] ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
