On Mon, 2007-09-17 at 13:02 +0200, Dirk Meyer wrote: > > - Abstracts keyword stuff into general inverted indexes, which must be > > explicitly registered via register_inverted_index() (see docstring) > > This function has no docstring :)
Oh, true. I just added one. > So keywords is now an inverted index? And tags will be another? Correct. kaa.db no longer specifies 'keywords' at all. It just offers the facility to the caller to create whatever inverted indexes. So I had to update epg and beacon to explicitly register a keywords inverted index. Tags will be another. > I quick test showed it still works. I will do some tests. The old db > has to be deleted, right? In that case we should make an official > announcement to this list. Yes, it's not compatible and the old sqlite db will have to be deleted. There is logic in kaa.db to maintain versioned information about the schema so that I can add migration code if I want to. But I figured it's still not released yet, so it wasn't worth the effort. I just noticed there's some problems with get_db_info(). Also beacon-search --info needs to be synced to the changes. I'll do that later today. Jason. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
