Changes for page Release Notes for XWiki 5.1 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -10,12 +10,20 @@ 10 10 11 11 [[Full list of issues fixed and Dashboard for 5.1>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11595]]. 12 12 13 -== S OLRindexing improvements ==13 +== Solr indexing improvements == 14 14 15 - TheSOLR search module now automaticallyindexes all modifications made to the wiki. The manual indexingin the administration UI should also be a lot more stable since all the actual reading of wiki documents and their indexing is now done in a safe background thread.15 +=== Automatic indexing === 16 16 17 +The Solr search module now automatically indexes all modifications made to the wiki. The manual indexing in the administration UI should also be a lot more stable since all the actual reading of wiki documents and their indexing is now done in a safe background thread. 18 + 17 17 What is still missing is some synchronization at startup to make sure that the SOLR index automatically has the whole wiki in its index. This should be taken care of in XWiki 5.1 RC1. 18 18 21 +=== Locales inheritance === 22 + 23 +Entities are now index with the list of supported locales (among the available locales). This means that if your current locale is "fr_FR" you will find all entities with locale "fr_FR", "fr" and the entities without any locale (generally technical/script documents). 24 + 25 +There is still one thing missing: when adding a new available locale in the preferences the already registered enities are not updated. This should be taken care of in XWiki 5.1 RC1. 26 + 19 19 == Miscellaneous == 20 20 21 21 * Share Page feature can now send email in German.