Interface IExamineIndexCountService
Provides functionality to retrieve counts from Examine search indexes.
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IExamineIndexCountService
Methods
View SourceGetCount()
Gets the total number of documents across all Examine indexes.
Declaration
int GetCount()
Returns
| Type | Description |
|---|---|
| int | The total count of indexed documents. |