ISolrCoreInfo.DeletedDocs

Fore Syntax

DeletedDocs: Integer;

Fore.NET Syntax

DeletedDocs: Integer;

Description

The DeletedDocs property returns number of the Solr documents which were deleted.

Comments

In the Solr documents indexed data is stored. To remove specified documents, use the ISolrOperations.RemoveDocsByFieldName method, to remove all documents created for the specific Solr document, use the ISolrOperations.ClearAll method.

Example

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

See also:

ISolrCoreInfo