C# 클래스 Lucene.Net.Index.TestSegmentReader

상속: LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
CheckNorms ( AtomicReader reader ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
Test ( ) : void
TestDocument ( ) : void
TestGetFieldNameVariations ( ) : void
TestNorms ( ) : void
TestOutOfBoundsAccess ( ) : void
TestTermVectors ( ) : void
TestTerms ( ) : void

메소드 상세

CheckNorms() 공개 정적인 메소드

public static CheckNorms ( AtomicReader reader ) : void
reader AtomicReader
리턴 void