Hi Mr. T,
You can use the add_database() method of Database to add databases to
search over. See
http://xapian.org/docs/apidoc/html/classXapian_1_1Database.html
For example, in Python:
import xapian
db = xapian.Database()
for dbname in ['foo.db', 'bar.db', 'wombat.db']:
db.add_database(xapian.Database(dbname))
enq = xapian.Enquire(db)
... etc ...
regards,
Tom
2010/6/21 ?????? ??????? <t_tor107 at
hotmail.com>:>
> Hi, I'm newbie in xapian. I just use xapian for a few week ago and I
would like to know:
>
>
>
> How I can search in many database at once time?
>
>
>
> Please send some answer to me.
>
>
>
> p.s. Sorry about my english.
>
>
>
> Regrad
>
> Mr.T
>
> _________________________________________________________________
> Hotmail:
?????????????????????????????????????????????????????????????????????? Microsoft
> https://signup.live.com/signup.aspx?id=60969
> _______________________________________________
> Xapian-discuss mailing list
> Xapian-discuss at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-discuss
>
>