Webboard: Problems updating any links
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Angel Email: [email protected] Message: Hello! I'm trying to use mnogosearch 3.3.11 in an ubuntu server 11.04. this is my /usr/local/mnogosearch/etc/indexer.conf DBAddr mysql://user:XXXXX@localhost/mnogosearch/?dbmode=multi LocalCharset UTF-8 StopwordFile /usr/local/mnogosearch/etc/stopwords/es.sl Include langmap.conf DefaultLang es For indexing my site for the first time, i've made a script like this: for any news: cp /usr/local/mnogosearch/etc/indexer.conf /tmp/mnogosearch.config echo "Tag NO00000000001es@@@@@@@es240000000063700001pt@@@CI" >> /tmp/mnogosearch.config echo "Server 'http://www.mysite.com/indexer.php?newsId=22891&tag=NO00000000001es@@@@@@@es240000000063700001pt@@@CI'" >> /tmp/mnogosearch.config /usr/local/mnogosearch/sbin/indexer /tmp/mnogosearch.config endfor And it works nice. Now each time i add a new "News" i do the same (rewrite a temporal configuration), but when calling indexer i use this: /usr/local/mnogosearch/sbin/indexer -a -u "http://www.mysite.com/indexer.php? newsId=22891&tag=NO00000000001es@@@@@@@es240000000063700001pt@@@CI" /tmp/mnogosearch.config It starts to crawl all my news again. I've chosen -a instead of -i because i call the same method both to save a new news and update it. I've also tried with -am, with same results. What am i doing wrong? Thank you very much, and sorry for my english. Reply: <http://www.mnogosearch.org/board/message.php?id=21300>