about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearch.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-17 03:39:49 +0000
committerEric Wong <e@80x24.org>2020-12-19 09:32:08 +0000
commitba135f3e25bf5d1b3aa3d34e31fefb55ee4c8d29 (patch)
tree591c59df84844c8383c103f3b23b0dc9394e763e /lib/PublicInbox/ExtSearch.pm
parent475e6b6a722361223505a7fcb084f5e729c69240 (diff)
downloadpublic-inbox-ba135f3e25bf5d1b3aa3d34e31fefb55ee4c8d29.tar.gz
search: simplify initialization, add ->xdb_shards_flat
This reduces differences between v1 and v2 code, and
introduces ->xdb_shards_flat to provide read-only access
to shards without using Xapian::MultiDatabase.  This
will allow us to combine shards of several inboxes
AND extindexes for lei.
Diffstat (limited to 'lib/PublicInbox/ExtSearch.pm')
-rw-r--r--lib/PublicInbox/ExtSearch.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/PublicInbox/ExtSearch.pm b/lib/PublicInbox/ExtSearch.pm
index 410ae958..7ce950bc 100644
--- a/lib/PublicInbox/ExtSearch.pm
+++ b/lib/PublicInbox/ExtSearch.pm
@@ -33,12 +33,6 @@ sub misc {
 
 sub search { $_[0] } # self
 
-# overrides PublicInbox::Search::_xdb
-sub _xdb {
-        my ($self) = @_;
-        $self->xdb_sharded;
-}
-
 # same as per-inbox ->over, for now...
 sub over {
         my ($self) = @_;