Webboard: Best way to add URL
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: [email protected] Message: Hi, > I read an earlier response and so I added the step= to indexer.conf: > DBAddr mysql://root:nex448@localhost/mnogosearch2/? > dbmode=blob&step=200000 step=xxx is not really related. > > And in the manual I read about Live updates emulator with DBMode=blob in search.htm > DBAddr mysql://root:nex448@localhost/mnogosearch2/? > dbmode=blob&LiveUpdates=yes > > Guess that will do > LiveUpdates=yes looks like a good solution here - new documents get visible in search results as soon as you run "indexer -u http://...". Running "indexer -Eblob" after adding a single document is too resource consuming. With LiveUpdate=yes you can collect a few dozen or even few hundred new documents in your database, then run "indexer -Eblob" one time, then collect new document again, and so on. Reply: <http://www.mnogosearch.org/board/message.php?id=21209>