Webboard: Is this a bug?
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: V Derkach Email: Message: 1. I index urls from the file first indexer -i -f urls.txt The file looks like this http://domain.com/user.php?usr_id=3 http://domain.com/user.php?usr_id=234 http://domain.com/user.php?usr_id=3453 http://domain.com/user.php?usr_id=3301 2. Then I re-index updated urls from the different file indexer -a -f updated.txt The strange thing happens: For exmpale, if updated.txt file has just one url in it http://domain.com/user.php?usr_id=3 then the indexer re-indexes all urls if their end parameter's value starts with 3. So in addition to the url above two more urls are re-indexed: http://domain.com/user.php?usr_id=3453 http://domain.com/user.php?usr_id=3301 Why does it happen? What can I do to prevent this? Please help! I use mnogosearch-3.2.43-mysql Reply: <http://www.mnogosearch.org/board/message.php?id=21069>