guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60410] [PATCH 1/7] xapian: Index several terms as boolean and witho


From: Ricardo Wurmus
Subject: [bug#60410] [PATCH 1/7] xapian: Index several terms as boolean and without positions.
Date: Sat, 31 Dec 2022 19:09:31 +0100
User-agent: mu4e 1.8.13; emacs 28.2

Hi Arun,

thank you for your patches!  I applied them all and then ran

    ./pre-inst-env scripts/mumi fetch

but got this error:

    worker error: (keyword-argument-error #f Unrecognized keyword () 
(#:positions?))

> +             ;; searching separate fields as in subject:foo, from:bar,
> +             ;; etc. We do not keep track of the within document
> +             ;; frequencies of terms that will be used for boolean
> +             ;; filtering. We do not generate position information for
> +             ;; fields that will not need phrase searching or NEAR
> +             ;; searches.
> +             (index-text! term-generator
> +                          bugid
> +                          #:prefix "B"
> +                          #:wdf-increment 0
> +                          #:positions? #f)

I made sure to update to guile-xapian 0.2.1, the latest commit, as far
as I can tell.

-- 
Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]