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. Sergiu1 +XWiki.ThomasMortagne - Content
-
... ... @@ -16,7 +16,7 @@ 16 16 17 17 image:searchlucene.png 18 18 19 -The Lucene search has several benefits over web search:19 +The Lucene search has several benefits over the Database search: 20 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 21 * It provides a scoring for the search results. 22 22 * It offers pagination when there are lots of results. ... ... @@ -29,7 +29,7 @@ 29 29 image:searchadministration.png 30 30 31 31 The Search Application now has a dedicated section in the wiki administration section from which you can: 32 -* Choose the default engine (Lucene or Web).32 +* Choose the default engine (Lucene or Database). 33 33 * See the status for the Lucene Search: the number of indexed elements and the number of elements waiting in the queue. 34 34 * Control the Lucene index by indexing the whole farm, indexing the wiki or customizing the index to your specific preferences. 35 35 ... ... @@ -37,8 +37,10 @@ 37 37 38 38 == Rendering cache == 39 39 40 - {{todo/}}40 +It's now possible to provide a list of pages for which to cache the result. See ##core.renderingcache.*## properties to control it. 41 41 42 +It's also possiblet to force a page to refresh by using ##refresh=1## parameter in the URL. 43 + 42 42 == New Code macro configuration == 43 43 44 44 It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments. ... ... @@ -59,16 +59,11 @@ 59 59 60 60 == Chart macro improvements == 61 61 62 - {{todo/}}64 +Chart macro now support more than 26 columns. 63 63 64 -== New REST API == 65 - 66 -{{todo/}} 67 - 68 68 == Translations == 69 69 70 -* Newly supported language: Vietnamese 71 -* WYSIWYG newly supported language: Traditional Chinese 68 +* WYSIWYG newly supported language: Russian 72 72 * All the translations have been updated 73 73 74 74 = Known issues =