unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 00/11] indexheader + altid enhancements
@ 2024-08-10  9:00 Eric Wong
  2024-08-10  9:00 ` [PATCH 01/11] search: support per-inbox indexheader directive Eric Wong
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Eric Wong @ 2024-08-10  9:00 UTC (permalink / raw)
  To: meta

The indexheader feature allows arbitrary headers to be indexed.
This can be done with both per-inbox Xapian indices and extindex
spanning multiple inboxes.

Furthermore, the old altid feature now works with -extindex
even if it's configured per-inbox.

Eric Wong (11):
  search: support per-inbox indexheader directive
  indexheader: deduplicate common values
  search: help: avoid ':' in user prefixes
  search: move QueryParser mappings to xh_args
  www_text: show indexheader contents in help
  www: don't memoize ->user_help contents
  extindex: avoid branch in ->index_eml
  t/extsearch: use autodie to detect chmod failures
  t/extsearch: use xsys_e to detect errors
  extindex: support extindex.*.indexheader
  extindex: support per-inbox indexheader+altid

 Documentation/common.perl             |  22 +----
 Documentation/public-inbox-config.pod |  62 ++++++++++++
 MANIFEST                              |   2 +
 lib/PublicInbox/AltId.pm              |  60 ++++++------
 lib/PublicInbox/Config.pm             |   5 +-
 lib/PublicInbox/ExtSearchIdx.pm       |  24 ++++-
 lib/PublicInbox/IndexHeader.pm        |  79 ++++++++++++++++
 lib/PublicInbox/Isearch.pm            |  16 +++-
 lib/PublicInbox/Search.pm             | 131 ++++++++++++++------------
 lib/PublicInbox/SearchIdx.pm          |  51 ++++++----
 lib/PublicInbox/SearchIdxShard.pm     |   3 +-
 lib/PublicInbox/WwwText.pm            |  29 +-----
 t/extsearch.t                         | 127 +++++++++++++++++++++++--
 t/watch_indexheader.t                 |  92 ++++++++++++++++++
 t/www_altid.t                         |   3 +
 15 files changed, 537 insertions(+), 169 deletions(-)
 create mode 100644 lib/PublicInbox/IndexHeader.pm
 create mode 100644 t/watch_indexheader.t

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

end of thread, other threads:[~2024-08-12 14:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10  9:00 [PATCH 00/11] indexheader + altid enhancements Eric Wong
2024-08-10  9:00 ` [PATCH 01/11] search: support per-inbox indexheader directive Eric Wong
2024-08-10  9:00 ` [PATCH 02/11] indexheader: deduplicate common values Eric Wong
2024-08-10  9:00 ` [PATCH 03/11] search: help: avoid ':' in user prefixes Eric Wong
2024-08-10  9:00 ` [PATCH 04/11] search: move QueryParser mappings to xh_args Eric Wong
2024-08-10  9:00 ` [PATCH 05/11] www_text: show indexheader contents in help Eric Wong
2024-08-10  9:00 ` [PATCH 06/11] www: don't memoize ->user_help contents Eric Wong
2024-08-10  9:00 ` [PATCH 07/11] extindex: avoid branch in ->index_eml Eric Wong
2024-08-10  9:00 ` [PATCH 08/11] t/extsearch: use autodie to detect chmod failures Eric Wong
2024-08-10  9:00 ` [PATCH 09/11] t/extsearch: use xsys_e to detect errors Eric Wong
2024-08-10  9:00 ` [PATCH 10/11] extindex: support extindex.*.indexheader Eric Wong
2024-08-10  9:00 ` [PATCH 11/11] extindex: support per-inbox indexheader+altid Eric Wong
2024-08-12 13:55 ` [PATCH 00/11] indexheader + altid enhancements Konstantin Ryabitsev

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).