From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4FBB31F463 for ; Fri, 3 Jan 2020 08:46:03 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] searchidx: minor fix and some cleanups Date: Fri, 3 Jan 2020 08:45:57 +0000 Message-Id: <20200103084603.8405-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/6 is a real bug fix, 4/6 is a nice simplification and the rest makes reading easier when I haven't looked at the indexing code in a while. Xapian indexing is still expensive, though... Eric Wong (6): searchidx: index_diff: allow /^$/ line as diff context searchidx: split off index_xapian for msg_iter searchidx: add_message: fix and make use of prototypes searchidx: simplify quote-splitting in index_body searchidx: index_text: use Xapian parameter names searchidx: remove_message: pedantic fix for v1 lib/PublicInbox/SearchIdx.pm | 177 ++++++++++++++++------------------- 1 file changed, 83 insertions(+), 94 deletions(-)