On Mon, Jan 6, 2014 at 1:56 PM, Stéphane LASSIRE <[email protected]> wrote: > Hello, > > I looked at the bottom of the search page on the admin side. > Only a message not translated, and may be something is missing : > > " <label > for="solrAdminAction">$services.localization.render('solr.admin.indexing.action.label')</label> > <span > class="xHint">$services.localization.render('solr.admin.indexing.action.hint')</span> > "
Is this HTML visible on the administration section or are you pasting from the HTML source of the page (Right Click + View Source, in most browsers)? If you see this HTML directly on the search administration page then something is clearly wrong. A quick fix is to import the XAR of the Search Application corresponding to the XWiki version you have. Actually there are 2 XARs: http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-search-ui/ http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-search-solr-ui/ but we won't know what caused the upgrade problem. Hope this helps, Marius > > And dont worry, you are not late, I was off office last days . > Happy new year > > Stéphane > >> Marius Dumitru Florea <[email protected]> >> Envoyé par : "users" <[email protected]> >> 26/12/2013 13:24 >> Veuillez répondre à >> XWiki Users <[email protected]> > >> >> You need to wait for the wiki to be indexed. The indexing is done in a >> background thread. You just trigger the indexing from the search >> administration. It's not done after the page reloads. But you should see > a >> counter decreasing (the number of documents in the index queue, check > the >> Solr search documentation page on extensions.xwiki.org). Only when that >> counter is 0 you know that entire wiki has been indexed and the results >> should be complete. >> >>>> I do not see any counter on lauching, I will look at the documentation >> of solr. > >>>> where does this counter should be ? > > You should have a "Status" section. Checkout the 3rd image on > http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Application#HSearchAdministration > > > Sorry for the late reply. > > Hope this helps, > Marius > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
