Webboard: Is this a bug?
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: [email protected] 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 > Thanks for reporting! That was a bug. It's fixed in 3.3.x. Unfortunately, there are no workarounds to make it work in 3.2.x. Please upgrade. Reply: <http://www.mnogosearch.org/board/message.php?id=21083>