On Sat, Feb 25, 2006 at 07:32:25AM +0000, Shalini wrote:> i want to know is there any mechanism to convert xapian database again
> into SQL Database.
Not really. You could write something which sort of did that, but
it would generally be a lossy process. Like trying to turn a xapian
database created by omindex back into a directory tree of HTML and
other files.
It's best just to keep the original source around if you want to
refer to it later.
> How to search thru file which is the result conversion from SQL to
> xapian database with the help of dbi2omega.
Using omega is the easiest way to search a xapian database (if you want
a web front-end that is). Or perhaps I misunderstand your question?
Cheers,
Olly