commit a868ce5e2626a2aac4552eada01b46ba2479d4d7
parent 44336aa8ce39ea0769ad03ec3fac483ddc0e855b
Author: Ingmar Vanhassel <ingmar@exherbo.org>
Date: Wed, 18 Nov 2009 00:25:26 +0100
Comment tweak, XapianIndex doesn't use GDBM anymore since 4d82ef88
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/xapian_index.rb b/lib/sup/xapian_index.rb
@@ -3,7 +3,7 @@ require 'set'
module Redwood
-# This index implementation uses Xapian for searching and GDBM for storage. It
+# This index implementation uses Xapian for searching and storage. It
# tends to be slightly faster than Ferret for indexing and significantly faster
# for searching due to precomputing thread membership.
class XapianIndex < BaseIndex