Last modified by Thomas Mortagne on 2023/10/13

<
From version < 43.1 >
edited by Eduard Moraru
on 2012/11/13
To version < 43.3 >
edited by Eduard Moraru
on 2012/11/13
>
Change comment: Summary

Summary

Details

Page properties
Content
... ... @@ -4,8 +4,10 @@
4 4  
5 5  This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6 6  
7 -<insert description of release here>
7 +This is the second and last milestone of the XWiki 4.3 version ([[Roadmap>>xwiki:Main.Roadmap]]).
8 8  
9 +This release brings a new and experimental Solr Search engine, new default date/user/group pickers, a new localization module allowing applications to register translations, REST API improvements and various other developer improvements.
10 +
9 9  = New and Noteworthy (since XWiki 4.3 Milestone 1) =
10 10  
11 11  == Experimental Solr based search engine ==
... ... @@ -16,7 +16,7 @@
16 16  
17 17  {{image reference="solrSearchFilters.png"/}}
18 18  
19 -The new engine has it's own index, separate from the Lucene one, which is stored by default in the ##<permanent directory>/solr## folder. In the same folder you can also access Solr's configuration files together with the index's schema.xml which you can tweek to achieve better results. To change this folder's location, you can either pass the ##-Dsolr.solr.home## system property when you start the application container (tomcat/jetty/etc.) or you can set the ##search.solr.home## property in ##WEB-INF/xwiki.preferences##.
21 +The new engine has it's own index, separate from the Lucene one, which is stored by default in the ##<permanent directory>/solr## folder. In the same folder you can also access Solr's configuration files together with the index's schema.xml which you can tweak to achieve better results. To change this folder's location, you can either pass the ##-Dsolr.solr.home## system property when you start the application container (tomcat/jetty/etc.) or you can set the ##search.solr.home## property in ##WEB-INF/xwiki.preferences##.
20 20  
21 21  For now, indexing is done only __manually__ by using the Search Administration UI. Because of this, in order to get any search results, you have to go to ##Administration > Applications > Search## and index/reindex the wiki. Any changes in the content of the wiki will not be searchable until you manually reindex. This limitation will be removed in future versions, once the feature matures.
22 22  
... ... @@ -373,7 +373,7 @@
373 373  {{/code}}
374 374  )))
375 375  
376 -* FIXME: add description(((
378 +* Removed unused field(((
377 377  {{code language="none"}}
378 378  com.xpn.xwiki.tool.backup.ImportMojo: Field MPNAME_DESCRIPTION has been removed, but it was previously a constant
379 379  {{/code}}

Get Connected