Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > I am looking for a search tool to search for text strings in the text of about 200 >remote URLs. Direct searching (I tried perl with LWP) is too slow so I am considering >a search like mnogosearch to index the text in these URLs at night. I have a virtual >domain rather than my own server. > I have access to MySQL but I cannot create databases. You can use any database you have access to. mnoGoSearch doesn't require a separate database.
> I can only create new tables in my database. That's enough to start using mnogosearch. > I have access to PHP 4.1.2. Assuming I can install mnogosearch, can > I just point >mnogosearch indexer to a page containing all the URLs > as links (URLs are currently in MySQL table)? Create mnogosearch database structure first. Then you can run something like: INSERT INTO url (url) SELECT your_field FROM your_table > Is there any way to determine the database space requirements? A document requires almost the same space in database as it size. Reply: <http://www.mnogosearch.org/board/message.php?id=4926> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
