Hmm... http://ft3.sourceforge.net/ http://www.sqlite.org/fts3.html#section_1
I don't think this is built-in to the popular sqlite implementations yet. AJ ONeal On Wed, Jun 6, 2012 at 12:25 PM, AJ ONeal <[email protected]> wrote: > Oh, I forgot to mention that I want it to also be able to run on Windows. > > This goes back to my mediabox idea that I bring up every once in a while. > > I put 30,000 music files in and indexed them and it was beautiful. Then I > imported another 700,000 files of all types from all my old backup drives > and current drives and realized that I have a few different types of > problems. > > The thing I want is to have a full db of all metadata for all files on all > systems that use mediabox, but one "master" box with a big hard drive. > > AJ ONeal > > > > On Wed, Jun 6, 2012 at 12:19 PM, Kirk Cerny <[email protected]> wrote: > >> Could you first parse the data into individual words? >> Then you could index and search it. >> >> Kirk Cerny >> >> /* >> PLUG: http://plug.org, #utah on irc.freenode.net >> Unsubscribe: http://plug.org/mailman/options/plug >> Don't fear the penguin. >> */ >> > > /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
