DeletedDocs: Integer;
DeletedDocs: Integer;
The DeletedDocs property returns the number of the Solr documents, which were deleted.
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.
The example of use is given in description of the ISolrOperations.GetOverview method.
See also: