Changes for page Solr Search API

Last modified by Admin on 2024/04/16 06:48

From version 15.1
edited by Thomas Mortagne
on 2015/05/29 14:16
Change comment: There is no comment for this version
To version 16.1
edited by Thomas Mortagne
on 2015/05/29 14:18
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -18,7 +18,7 @@
18 18  
19 19  By default XWiki ships with an embedded Solr. This is mostly for ease of use but the embedded instance is not really recommended by the Solr team so you might want to externalize it when starting to have a wiki with a lots of pages. Solr is using a lot of memory and a standalone Solr instance is generally better in term of speed than the embedded one. It should not be much noticeable in a small wiki but if you find yourself starting to have memory issues and slow search results you should probably try to install and setup an external instance of Solr using [[the guide>>extensions:Extension.Solr Search API||anchor="#HSetuparemoteLDAPserver"]].
20 20  
21 -Also the speed of the drive where the Solr index is located can be very important because Solr/Lucene is quite filesystem intensive. For example putting it in a SSD might give an important boost.
21 +Also the speed of the drive where the Solr index is located can be very important because Solr/Lucene is quite filesystem intensive. For example putting it in a SSD might give a noticeable boost.
22 22  
23 23  You can also find more Solr-specific performance details on [[https://wiki.apache.org/solr/SolrPerformanceProblems]]. Standalone Solr also comes with a very nice UI, along with monitoring and test tools.
24 24  

Get Connected