ATG Search Commerce Module Configurations

Commerce Module
We need to keep certain files on the below location for the 
Search functionality to work.You need put the below
three files in the location ->
    C:\ATG\ATGXXX\Commerce_Module\config\atg\commerce\search
ProductCatalogOutputConfig.properties 
    indexingSynchronizations+=/atg/commerce/search/refinement 
    /RefinementConfigurationSubmitter
    loggingDebug=true
product-catalog-output-config.xml
     This is a xml file where you will specify the indexing  
     parameters
ProductCatalogQueryFormHandler.properties
loggingDebug=true
siteName=staging environment 0 (TestSearchProj)
relQuestSettings=activeSolutionZones^=/atg/commerce/search/ProductCatalogOutputConfig.textActiveZones
docProps=$repositoryId,childSKUs.displayName,
childSKUs.description.
If BCC is running in a different machine, then only the following file is required in C:\ATG\ATGXXX\Commerce_Module\config\atg\ search\es (otherwise remove the file)
SearchServer.properties
# /atg/search/es/SearchServer
  appServerType=rmi
# IP address of the machine where BCC is running
  host=XX.XXX.XX.XX

Put the below file in the location - C:\ATG\ATGXXX\Commerce_Module\config\atg\ search\ routing
LaunchingService.properties
 deployShare=D\:\\ATG\\ATGXXX\\SearchXXX\\DeployShare
 engineDir=D\:\\ATG\\ATGXXX\\SearchXXX\\SearchEngine

Make sure the initial.properties under C:\ATG\ATGXXX\Commerce_Module\config\ atg\dynamo has the following entries.
/atg/commerce/search/ProductCatalogSearchService,\
/atg/commerce/search/ProductCatalogOutputConfig

Comments

Popular posts from this blog

BCC site status inaccessible Agent Production in error state

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues