Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrCoreInfo interface contains properties to get information about the Solr instance.
ISolrCoreInfo
The ISolrOperations.GetOverview method returns information about specified Solr instance.
| Property name | Brief description | |
| Current | The Current property returns whether any actions with the Solr instance are currently in process. | |
| DeletedDocs | The DeletedDocs property returns number of the Solr documents which were deleted. | |
| HasDeletions | The HasDeletions property returns whether there are removed documents of the Solr instance. | |
| LastModified | The LastModified property returns data and time of the last change of the documents linked to the current Solr instance. | |
| MaxDoc | The MaxDoc property returns maximum allowed number of documents which can be created for the Solr instance. | |
| NumDocs | The NumDocs property returns current number of documents created for the Solr instance. |
See also: