about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-27 00:41:21 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-28 23:06:20 +0000
commitd1915096bbd5fdda4818336b64131799966e9d6e (patch)
tree4be51918dc3763c752ec18a9b77448d654012e88 /lib/PublicInbox/Search.pm
parent5abd4b9a1013f5cf3859dbd6e02044757fb98489 (diff)
downloadpublic-inbox-d1915096bbd5fdda4818336b64131799966e9d6e.tar.gz
Interchangably using "all", "skel", "threader", etc. were
confusing.  Standardize on the "skeleton" term to describe
this class since it's also used for retrieval of basic headers.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 0f102dac..6b14942a 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -160,7 +160,7 @@ sub new {
                 }
                 warn "v2 repo with $parts found in $dir\n";
                 $self->{xdb} = $xdb;
-                $self->{skel} = Search::Xapian::Database->new("$dir/all");
+                $self->{skel} = Search::Xapian::Database->new("$dir/skel");
         } else {
                 $self->{xdb} = Search::Xapian::Database->new($self->xdir);
         }