Delete sitecore item
from solr index through browser only, without rebuild-index
from solr index through browser only, without rebuild-index
There might be some situation in which you just want to
delete the document/sitecore item from solr index without rebuild index means
on the fly.
delete the document/sitecore item from solr index without rebuild index means
on the fly.
So below is the direct query to run on browser to delete the
item from solr index
item from solr index
Replace your Solr instance (http://localhost:8999/solr)
Primary Field : Item_id(replace your Primary field of index)
Replace your primary field with value(<query>item_id:”{5674B119-E061-41B4-918C-BE5DE9FCC7A6}”</query>)
I Hope this helps to you.
Happy Sitecore