Kevin SoftDev
2006-Apr-07 02:49 UTC
[Xapian-discuss] PERL: Howto search from multi, many index databases.
I searched all the documentation but I was not able find an article that clearly would show how to set up two or more index databases that could be searched from all of them. I am using PERL because I could not get PHP working with Xapaian. I tried this and seems to me it dies niot work: $db = Search::Xapian::Database->new( '/home/search/index1', '/home/search/index2' ); Anyone has an idea ? -Kevin
Philip Neustrom
2006-Apr-07 02:51 UTC
[Xapian-discuss] PERL: Howto search from multi, many index databases.
make the first database, then using that db call db.add_database(db_loc). On 4/6/06, Kevin SoftDev <kevin.softdev@gmail.com> wrote:> I searched all the documentation but I was not able find an article that > clearly would > show how to set up two or more index databases that could be searched from > all > of them. I am using PERL because I could not get PHP working with Xapaian. > > > I tried this and seems to me it dies niot work: > > $db = Search::Xapian::Database->new( '/home/search/index1', > '/home/search/index2' ); > > Anyone has an idea ? > > -Kevin > _______________________________________________ > Xapian-discuss mailing list > Xapian-discuss@lists.xapian.org > http://lists.xapian.org/mailman/listinfo/xapian-discuss >