On 5/9/2016 7:55 AM, Kalpana wrote:
> Can anyone help me with a merge. Currently I have the two cores already
> pulling data from SQL Table based on the query I set up.
>
> Solr is running
>
> I also have a third core set up with schema similar to the first two. and
> then I wrote this in the url and hit enter 
> http://localhost:8983/solr/admin/cores?action=mergeindexes&core=Sitecore_SharePoint&srcCore=sitecore_web_index&srcCore=SharePoint_All
>
> I stop and start Solr and I see data with duplicates.
>
> Am I doing this right? 

Some questions:

Is Solr in cloud mode or running standalone?

If you look at the core overview in the admin UI for these three cores,
can you tell me what Num Docs, Max Doc, and the index size is for all
three indexes?

Are the schemas in these three indexes all using the same field name for
uniqueKey?

Are you sure that you have only run the merge once?  Alternately, before
each merge attempt, you could entirely delete
$SOLR_HOME/Sitecore_Sharepoint/data and reload the core or restart Solr.

Thanks,
Shawn

Reply via email to