Table of Contents

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

long

GetFieldNames()

Gets the field names in the index

IEnumerable<string> GetFieldNames()

Returns

IEnumerable<string>