Author: tack
Date: Mon Sep 17 11:15:25 2007
New Revision: 2830

Log:
Update --info to work with recent kaa.db changes.


Modified:
   trunk/beacon/bin/beacon-search

Modified: trunk/beacon/bin/beacon-search
==============================================================================
--- trunk/beacon/bin/beacon-search      (original)
+++ trunk/beacon/bin/beacon-search      Mon Sep 17 11:15:25 2007
@@ -198,7 +198,7 @@
         print 'Beacon database information:'
         print
         print 'Total objects:'.rjust(20), info['total']
-        print 'Indexed keywords:'.rjust(20), info['wordcount']
+        print 'Indexed keywords:'.rjust(20), info['termcounts']['keywords']
         print
         print 'Object breakdown by type:'
         for key in info['count']:

-------------------------------------------------------------------------
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-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to