HasDeletions: Boolean;
HasDeletions: Boolean;
The HasDeletions property returns whether there are deleted documents of the Solr instance.
If the property returns True, some documents were deleted for the current Solr instance. The ISolrCoreInfo.DeletedDocs property returns the number of deleted documents.
The example of use is given in description of the ISolrOperations.GetOverview method.
See also: