| Title | Page added to search queue multiple times |
| Date | 16-Jun-2005 14:02:50 EEST |
| Version | 2.2.24 |
| Submitter | ajbanck |
| Bug criticality | JSPWiki:LightBug![]() |
| Browser version | |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | tomcat |
| Operating System | |
| URL | |
| Java version | 1.4 |
addToQueue is called in CachingProvider, and also in the PageManager. I noticed that when adding a page the (lucene) indexing is called 3 times.
Another thing is that the search methods are names are not very good: addToQueue and deletePage. Queue is implementation, deletePage suggests the page is deleted by the search manager Maybe better something like: addToSearch, removeFromSearch or addToIndex and removeFromIndex.
Fixed in 2.2.26. Both, actually - I changed the names.
