ISolrCoreInfo.HasDeletions

Fore Syntax

HasDeletions: Boolean;

Fore.NET Syntax

HasDeletions: Boolean;

Description

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

Comments

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

Example

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

See also:

ISolrCoreInfo