Removing Single Documents from Solr which are no longer in the Database

Updated on December 8th, 2022

Table of Contents

X

Symptom

Mismatches may appear in Clip Select due to there being different results in the database vs Solr.

Resolution

1) Browse to Solr.

2) Open the latest Core.

3) Select Documents.

4) From the Document Type drop-down, select XML.

5) In the query box, enter the following: 

<delete><query>id:XXXXX</query></delete> (replace the XXXX's with the asset ID as String not GUID)

6) Click Submit Document.

See the example below:

mceclip0.png

 

Was this article helpful?