Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Cc: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?UNKNOWN?Q?Gro=DFjohann?=)
Subject: example queries for nnir
Date: Sat, 17 Jun 2000 11:21:13 -0700	[thread overview]
Message-ID: <m2zookcgo6.fsf@reader.ptw.com> (raw)


A small request for nnir users with some experience, to post a few
sample queries  using the `glimpse' or `wais' engines.

Very unfamiliar with wais here, so any examples would be very usefull.

Glimpse queries can be difficult since glimpse doesn't allow full
regexp in the actual query string.

This can make something like searching for a subject where you don't
know the full string difficult since ^Subject:.*KEYWORDS won't work.

In fact even when you do know the subject line in toto the glimpse
syntax in nnir usage can be elusive.

Maybe, if some nice generic broad usage examples showup someone (like
me) will sort/edit them and submit a patch to Kai for possible
inclusion in the nnir comments.

Also some clear examples of how the nnir variables might be set would
be a good inclusion in that document's comments.

An example that can be confusing is(from nnir.el):

;; . . . . . . . . . . . . . . . . . . . . . . . . . . . . The
;; second variable to set is `nnir-search-engine'.  Choose one of the
;; engines listed in `nnir-engines'.

This is not really a list of engines at all but lisp code:
nnir-engines's value is 
((glimpse nnir-run-glimpse
	  ((group . "Group spec: ")))
 (wais nnir-run-waissearch nil)
 (excite nnir-run-excite-search nil)
 (imap nnir-run-imap nil))


When the needed variable setting for glimpse is:
 (setq nnir-search-engine `glimpse)

Not immediately apparent what is needed unless you know lisp.

Showing some example settings would be a little less confusing.

A final query.. Does anyone know of a search tool that uses a database
but also allows full regexp use in the queries?  This seems to be
mutually exclusive, or something.




             reply	other threads:[~2000-06-17 18:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-17 18:21 Harry Putnam [this message]
2000-06-18 19:27 ` Kai Großjohann
2000-06-18 20:31   ` Harry Putnam
2000-06-18 22:25     ` Kai Großjohann
2000-06-19  0:18       ` Harry Putnam
2000-06-20 11:29   ` Harry Putnam
2000-06-20 16:30     ` Kai Großjohann
2000-06-20 23:32       ` Harry Putnam
2000-06-23 12:33         ` Kai Großjohann
2000-06-23 23:50           ` Harry Putnam
2000-06-24 19:36             ` Kai Großjohann
2000-06-24 23:23               ` Harry Putnam
2000-06-25  7:22               ` Norbert Koch
2000-07-19  4:11           ` Harry Putnam

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=m2zookcgo6.fsf@reader.ptw.com \
    --to=reader@newsguy.com \
    --cc=Kai.Grossjohann@CS.Uni-Dortmund.DE \
    /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).