November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
If I understand you correctly, the best way to do that is to reindex all content. It's not easy to find documents with orphaned links, so reindex is your best bet...
Hi,
I've read many posts on how to delete a document from the S&B index, there's even a great tool which allows you to inspect how a given page looks in the index and delete the index document for it.
However, due to data copies and indexing issues, an index might get some 'orphaned' documents which have no link to any existing content in the database. How can I delete those documents, given that I have the ID of one of those documents?
I've tried to use the IClient's Delete method, but that seems to require to have the type of the original content item. I also tried to use the IClient's DeleteByQuery and trying to pass several attempts of creating a document ID:
It always returns "OK", but the document just does not get deleted from the index.
Any thoughts?