It is an cockpit which allows marketing departments and content manager (non-technical users) to manage boosting rules for cross- and upselling products in the search.
If you need to troubleshoot solr at a deep level like understanding the product boosting or escalation, you need to get the solr query and use it directly in the solr console. To see that query in the console, please use the following logging configuration:
log4j2.logger.DefaultFacetSearchStrategy.name = de.hybris.platform.solrfacetsearch.search.impl.DefaultFacetSearchStrategy log4j2.logger.DefaultFacetSearchStrategy.level = DEBUG log4j2.logger.DefaultFacetSearchStrategy.appenderRef.stdout.ref = STDOUT log4j2.logger.DefaultFacetSearchStrategy.additivity = false
You can also add the solrQueryDebuggingListener in the SolrFacetSearchConfig.
You will find the field in the administration tab:
There isn't much documentation and it is incomplete. Here is the starting page. Commerce Search Module of Hybris 5.x
–Based on Hybris 2105.10