Displaying 1 result from an estimated 1 matches for "xapiax".
Did you mean:
xapian
2012 Dec 30
1
combining databases for omega
From the documentation I've read, omega can read from multiple
databases, but I'm not sure how to go about this.
I have three databases created using omindex, currently located at
/var/lib/xapian-omega/data/share, /var/lib/xapian-omega/data/users, and
/var/lib/xapiax-omega/data/management
The quickstart guide says that in omega.conf database_dir should point
to the directory containing my database(s), but if I set it to
/var/lib/xapian-omega/data it only looks for the default directory.
Can I configure omega to search multiple databases or should I use
som...