Prerequisite

To verify the indexed data in the SOLR Admin console, you need the following: 
  • SOLR Server’s IP address and port number details of the deployment environment 
  • AWS VPN connection (contact Infosys Equinox Infra team) 

Overview

After reindexing the data, you can review the indexed data using SOLR Admin. You can verify a product, a SKU, and/or a category.

Verifying a Product in SOLR Admin  

To verify a specific product in SOLR Admin, you can follow in one of the following methods:  Method 1: Hit the URL given below:
http:/<<SOLR_Server_IP_Address>>:<<Port>>/solr/<<SearchCollectionID>>_product_sfo_<<DeploymentEnvironmentName>>/select?q=index_key_productId:<<ProductID>> 
Note: Add appropriate values: <<SOLR_Server_IP_Address>>, <<Port>>, <<SearchCollectionID>>, <<DeploymentEnvironmentName>>, and <<ProductID>>.  Method 2: Follow the steps given below: 
  1. Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/  The SOLR Admin console appears:
  2. Click on Collection Selector in the left navigation panel:  
  3. Provide a search collection ID. The list of SOLR collections of this search collection ID appears:
  4. Select the collection <<SearchCollectionID>>_product_sfo_cloud.
  5. Select Query.
  6. Click the Execute Query button.
    All the products of this collection appear:
  7. Provide index_key_productId:<<ProductID>> in q to search for a specific product. For example,
  8. Click Execute Query. The specified product details appear:

Verifying a SKU in SOLR Admin

To verify a specific SKU in SOLR Admin, you can follow in one of the following methods:  Method 1: Hit the URL given below:
http:/<<SOLR_Server_IP_Address>>:<<Port>>/solr/<<SearchCollectionID>>_product_sfo_<<DeploymentEnvironmentName>>/select?q=index_key_skutId:<<SKUID>> 
Note: Add appropriate values: <<SOLR_Server_IP_Address>>, <<Port>>, <<SearchCollectionID>>, <<DeploymentEnvironmentName>>, and <<SKUID>>.  Method 2: Follow the steps given below:  To verify a specific SKU in SOLR Admin, 
  1. Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/  The SOLR Admin console appears:
  2. Click on Collection Selector in the left navigation panel:
  3. Provide a search collection ID. The list of SOLR collections of this search collection ID appears:
  4. Select the collection <<SearchCollectionID>>_product_sfo_cloud.
  5. Select Query.
  6. Click the Execute Query button.
    All the products of this collection appear:
  7. Provide index_key_skuId:<<SKUID>> in q to search for a specific SKU. For example,
  8. Click Execute Query. The specified SKU details appear:

Verifying a Category in SOLR Admin  

To verify a specific category in SOLR Admin, you can follow in one of the following methods:  Method 1: Hit the URL given below:
http:/<<SOLR_Server_IP_Address>>:<<Port>>/solr/<<SearchCollectionID>>_category_sfo_<<DeploymentEnvironmentName>>/select?q= index_key_categoryId:<<CategoryID>> 
Note: Add appropriate values: <<SOLR_Server_IP_Address>>, <<Port>>, <<SearchCollectionID>>, <<DeploymentEnvironmentName>>, and <<CategoryID>>.  Method 2: Follow the steps given below: 
  1. Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/  The SOLR Admin console appears:
  2. Click on Collection Selector in the left navigation panel:
  3. Provide a search collection ID. The list of SOLR collections of this search collection ID appears:
  4. Select the collection <<SearchCollectionID>>_category_sfo_cloud.
  5. Select Query.
  6. Click the Execute Query button.
    All the categories of this collection appear:
  7. Provide index_key_categoryId:<<CategoryID>> in q to search for a specific category. For example,
  8. Click Execute Query. The specified category details appear:
 


Revision History
2022-10-10 | AN – Page created and content uploaded.