Other than the ProductCatalog repository, ATG search uses the SearchConfigurationRepository, SearchAdminRepository and RefinementRepository. Search Administration requires access to all these 3 repositories. The client application must have access to the routing repository. Please find below the details of each repository.
1. SearchConfigurationRepository :
# \atg\search\routing\repository\SearchConfigurationRepository.
# It stores information about search engines, index structure and deployment information.
# refers to all “ rout_* " tables.
# \atg\searchadmin\SearchAdminRepository.
# It stores information about search administration like search projectand sync task details.
# refers to “ srch_* " tables.
3. RefinementRepository :
# \atg\search\repository\RefinementRepository.
# It stores information about refine elements and refine configuration.
# refers to "srch_* " tables.
Comments
Post a Comment