Collecting Solr based search-related MustGather data for search facets issues

Prepare the following MustGather information before you call HCL Support to help with the troubleshooting process.

Procedure

  1. Configure the following trace specifications.
    • In the Search server Docker container:
      *=info:com.ibm.commerce.foundation.*=all: com.ibm.commerce.search.*=all: com.ibm.commerce.rest.*=all
      For information about how to set trace strings, Configuring logging for the Search server.
  2. Reproduce the problem.

    Record the specific steps that you used to reproduce the problem and any details that might be relevant.

  3. Collect the following files.
    In the Search server Docker container:
    • /opt/WebSphere/Liberty/usr/servers/default/resources/search/runtime/config/com.ibm.commerce.search/*
    • /opt/WebSphere/Liberty/usr/servers/default/resources/search/runtime/config/com.ibm.commerce.search-ext/*
  4. Run the following database queries to collect the necessary information from your database (output results in CSV format).
    SELECT * FROM FACET;
    SELECT * FROM FACETCATGRP;
    SELECT * FROM SRCHATTR;
    SELECT * FROM SRCHATTRPROP;