Jason White
2007-Feb-03 10:40 UTC
[Xapian-discuss] Interactive command line interface to Xapian
Just a question that wasn't answered on the Xapian Web site: has anyone written an interactive, shell-like interface to Xapian for setting options and running (boolean/proximity) queries?
James Aylett
2007-Feb-03 15:10 UTC
[Xapian-discuss] Interactive command line interface to Xapian
On Sat, Feb 03, 2007 at 10:37:12AM +0000, Jason White wrote:> Just a question that wasn't answered on the Xapian Web site: has > anyone written an interactive, shell-like interface to Xapian for > setting options and running (boolean/proximity) queries?Not that I'm aware of, but it wouldn't be difficult to write in one of the bindings languages (probably Python or Ruby would be the best choices). What sort of commands were you thinking of? J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james@tartarus.org uncertaintydivision.org
Reini Urban
2007-Feb-04 09:40 UTC
[Xapian-discuss] Interactive command line interface to Xapian
omega P="test bla" FMT=txt 2007/2/3, Jason White <jasonjgw@internode.on.net>:> Just a question that wasn't answered on the Xapian Web site: > has anyone written an interactive, shell-like interface to Xapian for setting > options and running (boolean/proximity) queries?-- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/
Michael Schlenker
2007-Feb-04 13:11 UTC
[Xapian-discuss] Interactive command line interface to Xapian
Jason White schrieb:> Just a question that wasn't answered on the Xapian Web site: > has anyone written an interactive, shell-like interface to Xapian for setting > options and running (boolean/proximity) queries? >Its easy enough with any of the bindings provided by xapian. I personally would use tkcon + tcl binding, but any of the others are equally ok. Its probably less then 100 lines of code to write something. I usually just use the tcl binding interactively, its nice enough... Michael