I've recently implemented a product list page and -as you can guess- I've needed to configure a custom index for my products. I will share some keynotes about that, I believe they might be useful for anyone who needs a similar thing. How to configure a custom index in Solr? Luckily, we already have a good article which shows how to create custom Solr indexes in Sitecore 9. I followed the steps and created my product indexes (my Sitecore version is 9.0.1). I added necessary fields and templates to my config file: <!-- Included fields --> <include hint= "list:AddIncludedField" > <Name> {A00DA813-46FF-47E4-ADD7-75C1333ACF32} </Name> <CommercialShortText> {0AFE5D2A-8172-46BA-BD96-FD6838E3D65B} </CommercialShortText> <TitleProductPage> {E7E6F859-F989-4BA3-8F31-7A03C9BD69E4} </TitleProductPage> <ProductDes...
All about software, mostly .Net and Sitecore. My aim here is going to be learning, implementing and discussing different topics.