ISolrCoreInfo.DeletedDocs

Syntax

DeletedDocs: Integer;

Description

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

Comments

The Solr documents store indexed data. To remove specific 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