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

Understanding the Solr directory structure


Once the Solr server is installed properly, there are various directories and files which are important for an admin to understand from a proper maintenance and configuration standpoint. There are two main directories under <SOLR_HOME>, one is Solr4 which contains all the configuration for Solr, and another is alf_data/solr4, which actually stores the indexes, models, and content fetched from Alfresco.

Let's go through the important files in detail. Considering everything under <SOLR_HOME>:

  • alf_data/solr4/model: This directory contains all the data models of Alfresco. Solr pulls this information from the Alfresco server in certain intervals for indexing purposes.

  • alf_data/solr4/index: This directory has two sub-folders: workspace and archive. Each folder stores indexes respective to each store.

  • solr4: This directory contains the configuration related to indexing and Alfresco communication. It contains two sub-directories for each store...