user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/2] isearch: per-inbox search using ->ALL
@ 2020-12-05 10:11 Eric Wong
  2020-12-05 10:11 ` [PATCH 1/2] inbox: simplify ->search and callers Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Wong @ 2020-12-05 10:11 UTC (permalink / raw)
  To: meta

1/2 is preparatory, 2/2 changes all the WWW code to support
isearch and avoid touching per-inbox Xapian indices.

Now, if extindex.all.topdir is configured, per-Inbox Xapian
search will use ->ALL, and not xap15/[0-9] (over.sqlite3 is
still required for each inbox).

Unfortunately, IMAP still needs much work and still uses per-inbox
Xapian indices.

Not sure about JMAP, but it looks like it'll be supportable
since we won't have to worry about MSN<=>UID mappings and
limiting mailbox size to accomodate (non-existent :P) MUA support

Eric Wong (2):
  inbox: simplify ->search and callers
  isearch: emulate per-inbox search with ->ALL

 MANIFEST                      |  1 +
 lib/PublicInbox/Config.pm     |  4 ++
 lib/PublicInbox/DummyInbox.pm |  2 +-
 lib/PublicInbox/ExtMsg.pm     |  2 +-
 lib/PublicInbox/ExtSearch.pm  |  1 +
 lib/PublicInbox/Inbox.pm      | 24 ++++++----
 lib/PublicInbox/Isearch.pm    | 87 +++++++++++++++++++++++++++++++++++
 lib/PublicInbox/Mbox.pm       | 16 +++++--
 lib/PublicInbox/Search.pm     |  5 +-
 lib/PublicInbox/SearchView.pm | 10 ++--
 lib/PublicInbox/SolverGit.pm  |  2 +-
 lib/PublicInbox/WWW.pm        |  2 +-
 lib/PublicInbox/WwwStream.pm  |  2 +-
 lib/PublicInbox/WwwText.pm    |  2 +-
 t/extsearch.t                 | 25 +++++++++-
 15 files changed, 157 insertions(+), 28 deletions(-)
 create mode 100644 lib/PublicInbox/Isearch.pm

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-10  0:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 10:11 [PATCH 0/2] isearch: per-inbox search using ->ALL Eric Wong
2020-12-05 10:11 ` [PATCH 1/2] inbox: simplify ->search and callers Eric Wong
2020-12-05 10:11 ` [PATCH 2/2] isearch: emulate per-inbox search with ->ALL Eric Wong
2020-12-05 11:10 ` [PATCH 3/2] imap: support isearch and reduce Xapian queries Eric Wong
2020-12-05 22:26   ` [PATCH 4/2] search: reinstate "uid:" internal search prefix Eric Wong
2020-12-10  0:41 ` One, All; Some? [was: isearch: per-inbox search using ->ALL] Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).