You can perform manual re-indexing of profile and orders by accessing the Dynamo Server Admin and accessing the /commerce/textsearch/OrderOutputConfig or the /atg/userprofiling/textsearch/ProfileOutputConfig components.

Manually Re-Indexing Orders

It is possible to manually re-index orders. By default, you can re-index orders using the following criteria:

The /atg/commerce/textsearch/OrderOutputConfig component contains the manualIndexRequests property that enumerates the types of queries used to manually re-index orders. The default queries perform indexing by creation date, last modified date, submitted date, or ID:

manualIndexRequests=\
 /atg/commerce/textsearch/OrderManualIndexRequestByCreationDateRange,\
 /atg/commerce/textsearch/OrderManualIndexRequestByLastModifiedDateRange,\
 /atg/commerce/textsearch/OrderManualIndexRequestBySubmittedDateRange,\
 /atg/commerce/textsearch/OrderManualIndexRequestById
This diagram is described in the surrounding text

Each of the ManualIndexRequests define an SQL query that sets the criteria for the indexing request.

To manually re-index:

Manually Re-Indexing Profiles

It is possible to manually re-index profiles. By default, you can re-index profiles using the following criteria:

The /atg/userprofiling/textsearch/ProfileOutputConfig contains the manualIndexRequests property. By default, queries perform indexing for profiles by last modification date or by ID:

manualIndexRequests=\
  /atg/userprofiling/textsearch/ProfilesManualIndexRequestById,\
  /atg/userprofiling/textsearch/
     ProfileManualIndexRequestByLastModifiedDateRange
This diagram is described in the preceding text

Each of the ManualIndexRequests define an SQL query that sets the criteria for the indexing request.

To manually re-index:


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices