Running the migrateSolrSearch utility on IBM i is not supported. As a
workaround, you must rebuild your search index onto the version 8.0 environment. Before you can run
the rebuild your search index version 8.0, delete your search index and run the
setupSearchIndex utility.
Before you begin
Ensure that your WebSphere Commerce server and search server are stopped.
Note: Ensure that the QEJBSVR user profile has WRITE authority for the following directory:
QIBM/UserData/CommerceServer80/instances/instance_name/temp
Optional: Prepares the search index for certain scenarios. Typically, you run the utility
without specifying an action, unless you need to run a specific action during this task, such as
resetting search cores.
Action names that end with Update as its suffix
indicate that the action applies to an existing core, instead of setting up a new core.
The
following actions are supported:
configWCforReset
When used with the configSolrCoresReset parameter, resets search cores on
the WebSphere Commerce server after a previous search index is already set up. When search cores
are reset, all core-related information, such as XML configuration files and database information is
deleted.
To reset all Solr cores, set the masterCatalogId parameter to
all when you use this action.
configSolrCoresReset
Resets search cores on the Solr machine.
When search cores are reset, all core-related information, such as XML configuration files and
database information is deleted.
If masterCatalogId is set to all, all Solr cores are
reset.
configWCScheduleforCatalogFilter
Uses the EXPRESSION table for entitlement. You need to use this action in the following scenarios:
When you want to import catalog filter expressions to the search index in a migrated version 7
environment.
If you dataload your catalog filters.
configWCforSolrUpdate
Configures WebSphere Commerce to apply updates.
configSolrCoresUpdate
Configures Solr to apply updates.
The following actions support the managed configuration:
configSolrCoresAdv
Sets up the advanced file structure for the type that is specified in the
propFile property file.
configSolrCoresAdvUpdate
Updates an existing advanced file structure for the type that is specified in the
propFile property file. This action is used to apply features that are provided
by interim fixes.
configSolrCoresAdvReset
Resets the advanced file structure for the specified master catalog ID and the type that is
specified in the propFile property file.
configWCforSolrAdv
Updates the remote database based on the remote database information that is provided in the
propFile property file.
configWCforSolrAdvLocal
Updates the local database based on the local database information that is provided in the
propFile property file.
configWCforManagedPreprocess
Allows Management Center Store preview to work in a clustered environment where all machines
that have different preprocess directories.
The ID of the master catalog (for example, 10101) to set up the search index. Or, indicate
all to set up the search index for all master catalogs.
If you do not know the
master catalog ID, run the following SQL for your starter
store:
SQL: select * from catalog where IDENTIFIER='STORE_IDENTIFIER'
To
find the master catalog ID for an Extended Site store:
Find the store
ID:
select * from storeent where IDENTIFIER='STORE_IDENTIFIER'
Use the storeent_id as the store_id in the following
SQL to find the catalog asset store ID of this Extended Site
store:
select * from storerel where store_id=XXXXXX and streltyp_id=-4 and relatedstore_id not in (XXXXXX)
Where
XXXXXX is the storeent_id.
Get the master catalog
ID:
select * from storecat where storeent_id=YYYYYY and mastercatalog='1'
Where
YYYYYY is the relatedstore_id.
dbuser
The name of the user that is connecting to the database.
The user ID connecting to the database.
dbuserpwd
The password for the user that is connecting to the database.
solrhome
Optional: The location of the Solr home directory path that contains the index data of Solr. The
value must be an absolute path.
Default location:
WC_instance_root/search/solr/home
indextype
Optional: Indicates the search engine index to set up. Valid values:
CatalogEntry
Sets up the index for catalog entries in the master catalog.
CatalogGroup
Sets up the index for categories in the master catalog.
If you do not use the indextype parameter, both the CatalogEntry and
CatalogGroup indexes are built by default.
setupWebContent
Optional: A flag to indicate whether to prepare the basepath and
storeid for building the site content index. If false, the
basepath and storeid are not added to the config column in the
SRCHCONFEXT table. The default value is true.
Note: Exceptions might occur if your
site contains many extended sites and you run setupWebContent. To avoid this issue, enable
autoIndex within the droidConfig.xml file.
dbauser
The name of the DBA user. This parameter is required with the dbauserpwd
parameter to create the workspace indexes.
dbauserpwd
The password of the DBA user. This parameter is required with the dbauser
parameter to create the workspace indexes.
createAll
Indicates whether to create cores for all available workspaces, including non-allocated
workspaces. The default value is false, where cores are only created for allocated workspaces.
indexsubtype
Optional: Indicates the search engine index subtypes to set up. Valid values:
Inventory
Sets up the index for inventory data.
The inventory index supports only stores that use the non-ATP inventory system.
Price
Sets up a subindex for price data to be used with Index Load, instead of storing it in the
catalog entry core.
includeUpdate
Indicates whether the utility applies optional features that are provided by interim
fixes.
For example, features that exist in the following directories:
catalog-update
template-update
The default value is false.
Ensure that the utility runs successfully; or review the log file,
WC_installdir/components/foundation/subcomponents/search/config/logging.properties.