Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Administration and monitoring of Solr


There are various methods to administrate and monitor the Solr server. You can use either the Alfresco admin console to track the indexing status or the enable/disable search service. Solr also has its own built-in admin page. The Solr admin page provides full health indexes. Let's go through each of the different sections.

Understanding the Alfresco search admin console

As covered in Chapter 4, Administration of Alfresco, Alfresco has its own admin console. Within this admin console, there is a section named Search Service. It is again divided into different sections in order to configure and monitor Solr. The admin console can be accessed via http://<alfresco ip address>:<port>/alfresco/s/enterprise/admin:

  • Search Service: As shown in the following screenshot, it has a dropdown with three values: Solr, Solr4, and No Index. Solr is the old Solr subsystem and this should be enabled only during the upgrade process from older versions of Alfresco...