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>> |
- Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/
The SOLR Admin console appears:
- Click on Collection Selector in the left navigation panel:
- Provide a search collection ID.
The list of SOLR collections of this search collection ID appears:
- Select the collection <<SearchCollectionID>>_product_sfo_cloud.
- Select Query.
- Click the Execute Query button.
All the products of this collection appear: - Provide index_key_productId:<<ProductID>> in q to search for a specific product. For example,
- 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>> |
- Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/
The SOLR Admin console appears:
- Click on Collection Selector in the left navigation panel:
- Provide a search collection ID.
The list of SOLR collections of this search collection ID appears:
- Select the collection <<SearchCollectionID>>_product_sfo_cloud.
- Select Query.
- Click the Execute Query button.
All the products of this collection appear: - Provide index_key_skuId:<<SKUID>> in q to search for a specific SKU. For example,
- 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>> |
- Open the SOLR Admin using the link: http:/<<SOLR_Server_IP_Address>>:<<Port>>/#/
The SOLR Admin console appears:
- Click on Collection Selector in the left navigation panel:
- Provide a search collection ID.
The list of SOLR collections of this search collection ID appears:
- Select the collection <<SearchCollectionID>>_category_sfo_cloud.
- Select Query.
- Click the Execute Query button.
All the categories of this collection appear:
- Provide index_key_categoryId:<<CategoryID>> in q to search for a specific category. For example,
- Click Execute Query.
The specified category details appear:
Revision History
2022-10-10 | AN – Page created and content uploaded.