From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 03 15:04:56 2020 Received: (at 39258) by debbugs.gnu.org; 3 Mar 2020 20:04:56 +0000 Received: from localhost ([127.0.0.1]:39995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9Dmi-00088a-C9 for submit@debbugs.gnu.org; Tue, 03 Mar 2020 15:04:56 -0500 Received: from mail-qt1-f196.google.com ([209.85.160.196]:46987) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9Dmg-00088N-Nb for 39258@debbugs.gnu.org; Tue, 03 Mar 2020 15:04:54 -0500 Received: by mail-qt1-f196.google.com with SMTP id i14so3797932qtv.13 for <39258@debbugs.gnu.org>; Tue, 03 Mar 2020 12:04:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OL++D0jUcXb39SoPufciQnKNtRQ29JxMZxGV1aFQ7bE=; b=CkMtvFZj3wNI6N7pa8etjEa0wC4qURIniX9dgVEerc0W8lgIOvYO36ocfPYSe+35SC W4280yisyIlsMph1tUkTw6KXVZgnVCTkjWNiRPgWum3p4GjcpePh4kuPEv+kxdR9KOic IgbmJCzt/9xyT91vKSBKvHhnmYQGqQorQl/cA7TmGFdhr7jwqEVoTwHDNGpy0I+kqStC KKhB/5e7mFovSlUe+s1nCAtzigAHQjUI7VVu2CFu3SAUP43ubmcwwBqNLfIQWIxWN6fh IpkmOt72FX0uQFxCTUerJSDg7T4bHDKfF8duZ4B4QaCPpU7rDQfRrz24Jj/5e7jKHIIo T++A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OL++D0jUcXb39SoPufciQnKNtRQ29JxMZxGV1aFQ7bE=; b=Kx8BQfKQmv4NFbO7vuM7DFH5zDG33uXT+oLaQAX32+Zt7hl8v4+sEtHCGXZP0DlRyb aAmLtuWG0C3hwaLqyaSkZoKbOFUgt/N029ujS5qDNgRc7Q+tOEw2c34BSiXJ6dX5E+1V Z2s91Ps5tJBBlRGzuMW+VusIRmKUDnLvHWPzigbrLBsJtIZX5+QKubvSGgqI22nN/ETc H4jDfvEeclBzdD8sge4e5uYKdFY7Tj2U5/YmE/O6XekMqvMXTMhXPF7+cEUldVdQTHtJ /4YxbbdMn6kEDMUYxU0QvxtD64PxWed+hCD5RxN9aaQqFrINivwvonzyLGiqi7iY9QaZ +eVQ== X-Gm-Message-State: ANhLgQ0db6PnhIXXbtYJbCCVFc74gHCmP8rZwTy2YG450wIg2vrlQ2QI fRVFrghenPuSAJhgvNyP5892Q/apvEx9Uc8Ypwg= X-Google-Smtp-Source: ADFU+vvCncqER+uwMO5Sg186Q94TfXpg3QamlzxE8lqQB9DYe2WiCyx5aHpLgcGDBikD4n8uuYNhYo785qjoWXK8Mys= X-Received: by 2002:ac8:39c2:: with SMTP id v60mr5757523qte.211.1583265889100; Tue, 03 Mar 2020 12:04:49 -0800 (PST) MIME-Version: 1.0 References: <20200227204150.30985-1-arunisaac@systemreboot.net> <87eeuf5dty.fsf@ambrevar.xyz> In-Reply-To: From: zimoun Date: Tue, 3 Mar 2020 21:04:38 +0100 Message-ID: Subject: Re: [PATCH 0/4] Xapian for Guix package search To: Arun Isaac Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39258 Cc: =?UTF-8?Q?Ludovic_Court=C3=A8s?= , Pierre Neidhardt , 39258@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Mon, 2 Mar 2020 at 20:13, zimoun wrote: > --8<---------------cut here---------------start------------->8--- > /tmp/test/bin/guix search emacs | recsel -C -P name | wc -l > 10 > --8<---------------cut here---------------end--------------->8--- > > Maybe I am doing a mistake. I think this issue is fixed when changing the 'pagesize' value. Well, with '(pagesize 4294967295)' and using the same commit (c1febbbf94), I get: --8<---------------cut here---------------start------------->8--- guix time-machine --commit=c1febbbf94 -- guix search games | recsel -C -p name | wc -l 247 ./pre-inst-env guix search games | recsel -C -p name | wc -l 236 --8<---------------cut here---------------end--------------->8--- (I modified the patches in order to pull once to generate the index at commit c1febbbf94 and then do some stuff.) Note that the old "guix search" does not output blender and Xapian does even if the term 'games' is not in the description but 'game' is. Well, I am comparing the different list, i.e., "guix search games | recsel -C -P name | sort" to see which one is in one list and not the other one. But before going more ahead, let polish a bit the patches to more easily test without the double environment etc. And because I am using good old HDD and some SSD comparison should be welcome. All the best, simon