Sumit, Zend Search IS a port of Lucene, so yeah, should work well.
http://devzone.zend.com/node/view/id/91 http://lucene.apache.org/java/docs/ http://framework.zend.com/manual/en/zend.search.lucene.html Cheers, Zubin. On Wed, Jan 14, 2009 at 4:50 AM, sumit <[email protected]> wrote: > Zubin, > > I never used external indexing library. > Tha database i am using is mysql & programming language is Php. > Which one is good for this? > Zend search ? > that would require me to use zend framework. > at this point of time i can't use any framework. > > Best Regards, > Sumit > > > > -------Original Message------- > > From: Zubin Wadia <[email protected] <zwadia%40gmail.com>> > > Subject: Re: [twincling] myisam vs innodb > > Sent: 13 Jan '09 22:14 > > > > Why can't you go ahead and use innodb and externalize the Full-text > Indexing > > to Lucene or any other indexing library? > > > > Cheers, > > > > Zubin. > > > > > > > > > Hi, > > > > > > myisam has full-text indexing, innodb doesn't. > > > innodb has transaction support, commits and rollbacks, myisam lacks > these. > > > But unfortunately i need both. > > > Is there a way to achieve transactions in myisam? > > > > > > Best Regards, > > > Sumit > > >

