Last modified by Thomas Mortagne on 2023/10/13

<
From version < 4.1 >
edited by Thomas Mortagne
on 2010/05/27
To version < 7.2 >
edited by Sergiu Dumitriu
on 2010/05/28
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.Sergiu
Content
... ... @@ -10,21 +10,58 @@
10 10  
11 11  == Search ==
12 12  
13 -{{todo/}}
13 +=== Changed default search engine ===
14 14  
15 +Lucene Search is promoted as default search.
16 +
17 +image:searchlucene.png
18 +
19 +The Lucene search has several benefits over web search:
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:
32 +* Choose the default engine (Lucene or Web).
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 +
36 +For more information check out the [[documentation page>>http://code.xwiki.org/xwiki/bin/view/Applications/SearchApplication]].
37 +
15 15  == Rendering cache ==
16 16  
17 17  {{todo/}}
18 18  
19 -== Code macro new configuration ==
42 +== New Code macro configuration ==
20 20  
44 +It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments.
45 +
46 +See http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 for more details.
47 +
48 +== Security improvements ==
49 +
21 21  {{todo/}}
22 22  
52 +* XSS
53 +
54 +== Performance improvements ==
55 +
56 +{{todo/}}
57 +
58 +* defered scripts
59 +
23 23  == Chart macro improvements ==
24 24  
25 25  {{todo/}}
26 26  
27 -== REST new API ==
64 +== New REST API ==
28 28  
29 29  {{todo/}}
30 30  
searchadministration.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ThomasMortagne
Size
... ... @@ -1,0 +1,1 @@
1 +108.7 KB
Content
searchlucene.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ThomasMortagne
Size
... ... @@ -1,0 +1,1 @@
1 +61.2 KB
Content

Get Connected