Gnus development mailing list
 help / color / mirror / Atom feed
* example queries for nnir
@ 2000-06-17 18:21 Harry Putnam
  2000-06-18 19:27 ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Harry Putnam @ 2000-06-17 18:21 UTC (permalink / raw)
  Cc: Kai =?UNKNOWN?Q?Gro=DFjohann?=


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.




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2000-07-19  4:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-17 18:21 example queries for nnir Harry Putnam
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

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).