Searching on alfresco system should be efficient and utilize solr in effective way. By default there are many factors we are not able to pin point or not taken into consideration
For Solr optimizations let follow below practices:
Tuning Criteria
For Solr optimizations let follow below practices:
Tuning Criteria
- If you are not using search functionality on deleted content , then better you should disable archive core. (Edit inside solr.xml and commenting archive core)
- If you only require searching on content or only metadata then disable full text searching for that make property like alfresco.index.transformContent=false
- On intranet if that is secure enough do not use SSL that may be overhead.
- Use local storage instead shared folders, use faster hardware RAID/SSD.
- Tune mergeFactor to 25 better for indexing and 2 for search.
- Tune ramBufferSize in solrconfig.xml, it is by default 32MB we need to tune it.
- Configure transformation timeout.
- Increase index batch count to get more result on your indexing webscript
- Disable unnecessary services from OS
- Enable jodConvertor instead LibreOffice
- Regularly cleanup trashcan data.
No comments:
Post a Comment