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 7DEA51F8C6 for ; Wed, 4 Aug 2021 10:02:48 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] extindex boost + over-flushing fixes Date: Wed, 4 Aug 2021 10:02:46 +0000 Message-Id: <20210804100248.30008-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 2/2 fixes the boost bug reported by Konstantin, and 1/2 fixes an accounting error which may improve indexing performance. Eric Wong (2): extindex: do not over-account for cross-posted messages extindex: fix boost with partial runs lib/PublicInbox/ExtSearchIdx.pm | 113 +++++++++++++++++++++++--------- script/public-inbox-extindex | 2 +- t/extsearch.t | 12 ++++ 3 files changed, 96 insertions(+), 31 deletions(-)