Last modified by Thomas Mortagne on 2023/10/13

<
From version < 24.2 >
edited by Eduard Moraru
on 2012/11/07
To version < 25.1 >
edited by Thomas Mortagne
on 2012/11/07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.enygma
1 +XWiki.ThomasMortagne
Content
... ... @@ -8,19 +8,19 @@
8 8  
9 9  = New and Noteworthy (since XWiki 4.3 Milestone 1) =
10 10  
11 -== New Solr based search engine ==
11 +== Experimental Solr based search engine ==
12 12  
13 -A new and __experimental__ search engine based on [[Apache Solr>>http://lucene.apache.org/solr/]] is now available.
13 +A new and experimental search engine based on [[Apache Solr>>http://lucene.apache.org/solr/]] is now available.
14 14  
15 15  The new search UI offers advanced search features and results highlighting. Future versions will also include [[Faceted Search>>http://en.wikipedia.org/wiki/Faceted_search]].
16 16  
17 -{{image reference="solrSearchFilters.png" /}}
17 +{{image reference="solrSearchFilters.png"/}}
18 18  
19 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##.
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  
23 -{{image reference="solrSearchAdmin.png" /}}
23 +{{image reference="solrSearchAdmin.png"/}}
24 24  
25 25  This new search engine is not enable by default, since Lucene is still the default one, but, if you wish to try it out, it can be enable by going to ##Administration > Applications > Search > Search engine to use## and selecting ##Solr (Experimental)##.
26 26  
... ... @@ -137,7 +137,7 @@
137 137  == Issues specific to XWiki 4.3 Milestone 2 ==
138 138  
139 139  * The methods setUrlPatternMatcher and getUrlPatternMatcher have been removed from the core class com.xpn.xwiki.XWiki. The underlying URLPatternMatcher could not really be used as a singleton instance and was causing irregular failures in the basic authentication method. Thus these methods cannot be meaningfully relied upon and have therefore been removed.
140 -* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to XWIKI-8398.
140 +* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to ~[~[XWIKI-8398 (Content dirty flag isn't cleared when document is loaded)>>http://jira.xwiki.org/browse/XWIKI-8398].
141 141  
142 142  == API Breakages ==
143 143  

Get Connected