Version 11.1 by Thomas Mortagne on 2010/06/02

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 First milestone of the XWiki Enterprise 2.4 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6
Thomas Mortagne 3.1 7 The highlights of this release are: Lucene by default and Lucene admin, rendering cache
Thomas Mortagne 1.1 8
Thomas Mortagne 11.1 9 = New and Noteworthy (since XWiki Enterprise 2.3.1) =
Thomas Mortagne 1.1 10
11 == Search ==
12
Thomas Mortagne 5.1 13 === Changed default search engine ===
Thomas Mortagne 1.1 14
Thomas Mortagne 5.1 15 Lucene Search is promoted as default search.
16
17 image:searchlucene.png
18
Vincent Massol 8.1 19 The Lucene search has several benefits over the Database search:
Thomas Mortagne 5.1 20 * It indexes attachments (such as PDFs or MS Word documents) searchable. It does not replace the search page itself but rather makes more content available for searching.
21 * It provides a scoring for the search results.
22 * It offers pagination when there are lots of results.
23 * It scales well when there are lots of documents in the wiki.
24 * It supports multi wikis.
25 * It supports a strong query syntax.
26
27 === New search configuration UI ===
28
29 image:searchadministration.png
30
31 The Search Application now has a dedicated section in the wiki administration section from which you can:
Vincent Massol 8.1 32 * Choose the default engine (Lucene or Database).
Thomas Mortagne 5.1 33 * See the status for the Lucene Search: the number of indexed elements and the number of elements waiting in the queue.
34 * Control the Lucene index by indexing the whole farm, indexing the wiki or customizing the index to your specific preferences.
35
Silvia Macovei 6.2 36 For more information check out the [[documentation page>>http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication]].
Thomas Mortagne 5.1 37
Thomas Mortagne 1.1 38 == Rendering cache ==
39
Thomas Mortagne 10.1 40 It's now possible to provide a list of pages for which to cache the result. See ##core.renderingcache.*## properties to control it.
Thomas Mortagne 1.1 41
Thomas Mortagne 10.1 42 It's also possiblet to force a page to refresh by using ##refresh=1## parameter in the URL.
43
Thomas Mortagne 7.1 44 == New Code macro configuration ==
Thomas Mortagne 3.1 45
Thomas Mortagne 7.1 46 It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments.
Thomas Mortagne 3.1 47
Thomas Mortagne 7.1 48 See http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 for more details.
49
Sergiu Dumitriu 7.2 50 == Security improvements ==
51
52 {{todo/}}
53
54 * XSS
55
56 == Performance improvements ==
57
58 {{todo/}}
59
60 * defered scripts
61
Thomas Mortagne 4.1 62 == Chart macro improvements ==
63
Thomas Mortagne 10.1 64 Chart macro now support more than 26 columns.
Thomas Mortagne 4.1 65
Thomas Mortagne 1.1 66 == Translations ==
67
Thomas Mortagne 9.1 68 * WYSIWYG newly supported language: Russian
Thomas Mortagne 1.1 69 * All the translations have been updated
70
71 = Known issues =
72
73 * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
74
75 = Backward Compatibility and Migration Notes =
76
77 == General Notes ==
78
79 {{warning}}
Thomas Mortagne 2.1 80 If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//.
Thomas Mortagne 1.1 81 {{/warning}}
82
83 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
84
85 {{warning}}
86 Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
87 {{/warning}}
88
89 == Migration Notes ==
90
91 * the main entry point for search UI is now the Main.Search page that will use the configured search engine (Lucene by default), if you explicitly want to refer to Lucene or Database search you can ##Main.LuceneSearch## and ##Main.DatabaseSearch## pages. Note that nothing is broken here (##Main.WebSearch## page is still there and include ##Main.DatabaseSearch## page), it's just the new clean way of targeting the search page.

Get Connected