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