(Solved) Re: [Xapian-discuss] How to configure omega.cgi to search multiple flint dbs?

Olly Betts olly at survex.com
Fri Jul 14 23:45:31 BST 2006


On Fri, Jul 14, 2006 at 02:29:27PM -0800, oscaruser at programmer.net wrote:
> ./omega.cgi 'P=pda' FMT='xml' DB="beta" DB="gamma" DB="delta" HITSPERPAGE=1

You can also specify multiple databases in one DB parameter using this
syntax: DB=beta/gamma/delta 

Another approach is to use a "stub" database, which is just a text file
listing one or more databases, so you can then just refer to a
pre-specified combination of databases using DB=default (or DB=whatever)
in Omega.  The stub database format is documented here:

http://www.xapian.org/docs/overview.html

Cheers,
    Olly



More information about the Xapian-discuss mailing list