Hi,
Context : I’m trying to setup search on a wiki hosted on myxwiki.org running XWiki 10.3.
- Lucene => error when searching “plugin not found”.
- Solr => endless indexation.
- Database => result contains pages which have been renamed / deleted for a while. For instance http://tutos.myxwiki.org/xwiki/bin/view/Les%20tutos%20de%20Toto/DossiersLinux or http://tutos.myxwiki.org/xwiki/bin/view/Les%20tutos%20de%20Toto/Visualiser%20un%20trace%20GPS%20en%20ligne%20(fichier%20GPX), these 2 pages do not exist anymore but still can be found / are displayed in search results (it’s annoying to have twice or more the same page displayed in results; plus: these pages are displayed in results with a strange “Modified by Unknown user” !). Maybe this behavior is linked to the feature available and active by default when renaming a page “redirect to new page”? How can I remove these “old” pages from db search results?
Thanks for your help,