Interface IIndexStats
- Namespace
- Examine
- Assembly
- Examine.Core.dll
Represents stats for a IIndex
public interface IIndexStats
Methods
GetDocumentCount()
Gets the ammount of documents in the index
long GetDocumentCount()
Returns
GetFieldNames()
Gets the field names in the index
IEnumerable<string> GetFieldNames()