From 08de05443804120a2663aa3611c47c84a18e0c35 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Dec 2020 20:02:51 +0000 Subject: lei_xsearch: cross-(inbox|extindex) search While a single extindex combines multiple inboxes into a single search index, extindex still requires up-front indexing on items which can be searched. XSearch has no on-disk footprint itself and uses Xapian DBs of existing publicinbox and extindex ("extinbox") exclusively. XSearch still suffers from the multi-shard Xapian scalability problems which led to the creation of extindex, but I expect the number of shards to remain relatively low. I envision users hosting public-inbox instances on their workstations will only have two extindex combined by this, one read-only extindex for serving public archives, and one read-write extindex managed by LeiStore for private mail. --- MANIFEST | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index f0847e3c..c890f65b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -165,6 +165,7 @@ lib/PublicInbox/LEI.pm lib/PublicInbox/LeiExtinbox.pm lib/PublicInbox/LeiSearch.pm lib/PublicInbox/LeiStore.pm +lib/PublicInbox/LeiXSearch.pm lib/PublicInbox/Linkify.pm lib/PublicInbox/Listener.pm lib/PublicInbox/Lock.pm @@ -327,6 +328,7 @@ t/kqnotify.t t/lei-oneshot.t t/lei.t t/lei_store.t +t/lei_xsearch.t t/linkify.t t/main-bin/spamc t/mda-mime.eml -- cgit v1.2.3-24-ge0c7