Customer indexing
Customer indexing enables searching on Commerce customer data. Every time a customer is created or updated, the Commerce Engine updates the CustomersIndex
list, which in turn triggers an update to the Customer index (commerce_customrs_index
). The Search service uses this index for customer look-ups performed from the business tools.
The following fields are stored in the Customer index:
customerid
: unique identifier for the customeremail
: customer’s email addressstatus
: customer’s account statusfirstname
: customer’s first namelastname
: customer’s last namedatecreated
: the date when the customer was added to the systemdateupdated
: the date when the customer’s account was last updatedarticfactstoreid
: the ID for the environment where the customer was created
By default, the indexer runs every ten minutes.