C# Класс Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus

Status from testing stored fields.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
docCount int
error System.Exception
totFields long

Описание свойств

docCount публичное свойство

Number of documents tested.
public int docCount
Результат int

error публичное свойство

Exception thrown during stored fields test (null on success)
public Exception,System error
Результат System.Exception

totFields публичное свойство

Total number of stored fields tested.
public long totFields
Результат long