Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: The Gnus Mailing List <ding@gnus.org>
Subject: Re: nnir advice
Date: 21 Dec 1999 21:15:12 +0100	[thread overview]
Message-ID: <vafso0w59v3.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: Arnd Kohrs's message of "Mon, 13 Dec 1999 20:07:20 +0100"

Arnd Kohrs <kohrs@acm.org> writes:

> has anybody managed to setup an nnir with compressed mails?  The TODO
> list claims, that it is an open issue.

Well, I haven't done any work on it.  Can you try to read the nnir.el
sources to see what it does?  It is not really difficult: there is a
function nnir-run-query which dispatches to nnir-run-<backend>, ie
nnir-run-glimpse in your case.  The backend function massages the
query a bit and then runs glimpse (or waissearch, or whatever), then
parses the output of that and returns an alist of article number and
file name or suchlike.

I think it might be sufficient to just chop off the `.gz' from the
file name at the appropriate point.

I think you will be able to understand the function quite easily: the
output of glimpse is massaged in an understandable way into something
which looks like Lisp and is then evaled.

kai
-- 
A preposition is not a good thing to end a sentence with.



      reply	other threads:[~1999-12-21 20:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-09 15:29 David S. Goldberg
1999-12-09 15:54 ` Bud Rogers
1999-12-09 16:33   ` Karl Kleinpaste
1999-12-10  0:54     ` Kai Großjohann
1999-12-09 16:45   ` Bill White
1999-12-13 19:07 ` Arnd Kohrs
1999-12-21 20:15   ` Kai Großjohann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vafso0w59v3.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).