Hello

I am trying to create a new core by merging two indexes. All of them have
the same schema and data on the cores do not have duplicates. As soon as I
do a merge I see lots of duplicates. I used this for merging :
http://localhost:8983/solr/admin/cores?action=mergeindexes&core=Sitecore_SharePoint&srcCore=sitecore_web_index&srcCore=SharePoint_All

One core is from Sitecore web index and the other one is a SQL database
table. Both have unique ids set.

My result set

<doc>
<str name="_fullpath">/sitecore/content/spanish/spanish page 1</str>
<str name="_uniqueid">
sitecore://web/{9ee61bd5-6a08-490a-bd9d-50c48a23b518}?lang=en&ver=1&ndx=sitecore_web_index
</str>
</doc>
<doc>
<str name="_fullpath">
/sitecore/templates/user defined/niddk/page type/health detail
page/__standard values
</str>
<str name="_uniqueid">
sitecore://web/{46b6bcd8-8b29-4e61-8207-058e26bf622c}?lang=en&ver=1&ndx=sitecore_web_index
</str>
</doc>
<doc>
<str name="long_title_t">Diabetes</str>
<str name="_uniqueid">9105</str>
<str name="_fullpath">
/health-information/informacion-de-la-salud/diabetes/Pages/default.aspx
</str>
</doc>
<doc>
<str name="_fullpath">/sitecore/content/spanish/spanish page 1</str>
<str name="_uniqueid">
sitecore://web/{9ee61bd5-6a08-490a-bd9d-50c48a23b518}?lang=en&ver=1&ndx=sitecore_web_index
</str>
</doc>
<doc>
<str name="_fullpath">
/sitecore/templates/user defined/niddk/page type/health detail
page/__standard values
</str>
<str name="_uniqueid">
sitecore://web/{46b6bcd8-8b29-4e61-8207-058e26bf622c}?lang=en&ver=1&ndx=sitecore_web_index
</str>
</doc>
<doc>
<str name="long_title_t">Diabetes</str>
<str name="_uniqueid">9105</str>
<str name="_fullpath">
/health-information/informacion-de-la-salud/diabetes/Pages/default.aspx
</str>
</doc>




Any help is greatly appreciated.
Thanks




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-5-4-1-Mergeindexes-duplicate-rows-tp4275153.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to