Develop > Presentation layer > Customize marketing > Work with Product Advisor
Create a Product Advisor search space for the separate search space using sample utility
The steps in this section are required to create a Product Advisor search space using the sample utility.
This information does not apply, refer to creating a Product Advisor search space using an XML file.
This utility includes SQL statements that refer to data such as product and category IDs. Before running the utility, we will have to update some statements to reflect the own product data.
Procedure
- Decide on a category for which to enable a Product Advisor search.
- Change to the WCDE_INSTALL\samples\pa\bin directory. Edit the following file:
- createsearchspace.sh
- createsearchspace.bat There are comments in the file to show you sections of the process where changes are required.
- Run the createsearchspace utility by entering the following:
createsearchspace.bat dbname store_number category_number lang1 lang2 lang3 attr1 attr2 attr3
Substitute the correct file name as appropriate.
Where:
- dbname
- is the name of the WebSphere Commerce database
- store_number
- is the store reference number of the store for which the search space is being created
- category_number
- is the category reference number (also referred as the catgroup) of the category for which the search space is being created
- lang1, lang2, lang3
- are language IDs of the languages for which the search space is being created. The utility can create a search space for three languages simultaneously. If you require fewer languages, use the same ID for each parameter
- attr1, attr2, attr3
- are common product attributes for the category. The utility accepts up to 3 attributes that are of type String. Integer and float attributes are also supported. Examples are contained in comment blocks in the utility.
Write the SQLs required to create Product Advisor search space using the sample utility.
Results
This utility is only a sample that illustrates how to create a search space. If you have a large number of products or categories, or concerns about performance, you should create a custom version of this utility.
Related concepts
Related tasks
Create metaphors using the command utilities
Create a Product Advisor search space using an XML file
Create a Product Advisor search space manually for the separate search space
Set a path for a search space XML
Related reference
PACreateSearchSpaceBatchCmd scheduler command