Search index directory structure
Each HCL Connections application has its own index directory. The Search index directory is defined by the WebSphere® Application Server variable SEARCH_INDEX_DIR.
The application-specific index directories are named index_application_name.
Application | Index directory |
---|---|
Activities | index_activities |
Blogs | index_blogs |
Bookmarks | index_bookmarks |
Calendar | index_calendar |
Communities | index_communities |
Community Libraries | index_ecm_files |
Files | index_files |
Forums | index_forums |
People finder | index_people_finder |
Profiles | index_profiles |
Social analytics | index_sand |
Status updates | index_status_updates |
Wikis | index_wikis |
Each index directory contains doctype, facets, filesTemp, and graph files. After the index is built, each directory also contains an INDEX.READY file and a CRAWLING_VERSION file.
The following directories are also used by the Search application:
index_backup : When the SearchService.backupIndexNow() command is run, the index is backed up to the index_backup directory. This directory is contained in the data\local\search folder. The folder location is specified by the WebSphere Application Server variable SEARCH_INDEX_BACKUP_DIR.
staging : After the initial index is built, it is copied to the staging directory before it is rolled out to all the nodes in the deployment. This directory is located on the network share. The directory location is specified by the WebSphere Application Server variable SEARCH_INDEX_SHARED_COPY_LOCATION. An index in this directory is deleted 30 days after it is created. If you want to disable the automatic roll-out behavior, you must delete the WebSphere variable SEARCH_INDEX_SHARED_COPY_LOCATION. If you delete this variable, you must also clear the existing contents of SEARCH_INDEX_SHARED_COPY_LOCATION manually.
persistence : The persistence directory contains the XML files that are created after an application is crawled. These files are used to build an index for the application. This directory is contained in the data\local\search folder. The directory location is specified by the WebSphere Application Server variable CRAWLER_PAGE_PERSISTENCE_DIR.
extracted : The extracted directory holds documents that contain the content extracted from files. This directory is located on the network share. The directory location is specified by the WebSphere Application Server variable EXTRACTED_FILE_STORE.
Parent topic:The indexing process
Related information