On Wed, 29 May 2002, Sebastian A. wrote:
> I recently have run into a situation where I must search through many text
> (XML) documents. I would like to implement a search feature on my site that
> can search through the XML documents I use for my pages. I will probably
> need to search all the files in a specific directory for a certain term or
> keyword. Does anyone know how I can do this? And please remember, I need to
> search through more than just 1 file.

To do it efficiently, you need to pre-index the documents. Rather than 
starting from scratch, better to see if there's something already written 
that can do it for you. For starters, have a look at:

  http://www.mnogosearch.ru/

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to