ISolrCoreInfo.HasDeletions

Syntax

HasDeletions: Boolean;

Description

The HasDeletions property returns whether there are deleted documents of the Solr instance.

Comments

If the property returns True, some documents were deleted for the current Solr instance. The ISolrCoreInfo.DeletedDocs property returns the number of deleted documents.

Example

The example of use is given in description of the ISolrOperations.GetOverview method.

See also:

ISolrCoreInfo