Create and configure xdb indexes for Solr in Sitecore
When working on Sitecore personalization, sometimes we have seen the challenges related to profile interaction and personalization reports data is not correct. Here's the common issue: your xdb indexes either are not up to date or they are not configured properly. In this article I am going explain you how to create and configure xdb indexes for SOLR search. 1. Create SOLR Cores Make 2 copies of Solr _default configurations from the <SolrDirectory>\server\solr\configset\_default folder. Put the copies in the <SolrDirectory>\server\solr folder. Rename the cores <custom_name> and <custom_name>_rebuild , for example: xdb and xdb_rebuild. Change your cores settings based on your required index names for SOLR xdb cors. Remove additional data inside cors data folder. Note: keep all folders inside the data folder and only remove the data. Restart your SOLR service (open services.msc >> search SOLR service >> right click and restar...