From: Tomi Ollila Date: Sat, 21 Jun 2014 19:20:49 +0000 (+0300) Subject: Re: [PATCH 0/5] Fix adjacent and overlapping termpos X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b0b9226b2174ae47120ba385cefe9871a39785b;p=notmuch-archives.git Re: [PATCH 0/5] Fix adjacent and overlapping termpos --- diff --git a/82/b8a7ce48a67533772c2847f929d774698624f2 b/82/b8a7ce48a67533772c2847f929d774698624f2 new file mode 100644 index 000000000..3422ef044 --- /dev/null +++ b/82/b8a7ce48a67533772c2847f929d774698624f2 @@ -0,0 +1,63 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 802FE431FAF + for ; Sat, 21 Jun 2014 12:21:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id JxIt7YQ+joWd for ; + Sat, 21 Jun 2014 12:20:58 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id A4DD8431FAE + for ; Sat, 21 Jun 2014 12:20:58 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 019D110009D; + Sat, 21 Jun 2014 22:20:49 +0300 (EEST) +From: Tomi Ollila +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] Fix adjacent and overlapping termpos +In-Reply-To: <1402886434-16169-1-git-send-email-amdragon@mit.edu> +References: <1402886434-16169-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.18+28~gcecaba1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 21 Jun 2014 19:21:03 -0000 + +On Mon, Jun 16 2014, Austin Clements wrote: + +> This series fixes several related bugs that caused indexing to +> generate adjacent and overlapping term positions, which caused +> messages to incorrectly match phrase queries. This obsoletes (and +> fixes) the known-broken tests from +> id:1400359552-10928-1-git-send-email-amdragon@mit.edu. + +The code looks good to me and tests pass. +1 + + +Tomi +