C# 클래스 Lucene.Net.Index.CheckIndex.Status.StoredFieldStatus

Status from testing stored fields.
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 프로퍼티들

프로퍼티 타입 설명
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