Hi, Thomas mentioned the contains() function of eXist. It's also able to search case-insensitive, which is a very very nice feature to have (xindice can't do that, right?). I don't know if it's considered bad form to borrow code/ideas from such a similar 'competing' product. If it's ok, then it might be a good idea.
Jamil --- Thomas Sempf <[EMAIL PROTECTED]> wrote: > Von: Thomas Sempf <[EMAIL PROTECTED]> > Datum: Don, 17. Jan. 2002 10:04:42 Europe/Berlin > An: [email protected] > Betreff: Re: Speed issue > > Hi, > > the only solution for this problem is an index for > important words. For > example: God, Jesus, Mary... in the Bible. > But to many words on the index would kill the > benefit of this. But what > to do? In the moment i am working at a project to > realize an e-learning > environment and here the user must have the > possibility to do a search > for any kind of words. How to index that? > I once worked with php and mySql and there was the > search for specific > words very fast. So let�s hope that some > optimizations will boost up the > search engine. By the way another xml database > called exist > ( http://exist.sourceforge.net/ ) is very fast at > contains() searches. > It�s OpenSource, so perhaps some of the xindice team > can look in.... > > With regards > > Thomas Sempf > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
