C# Class Lucene.Net.Index.TestSegmentReader

Inheritance: LuceneTestCase
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
CheckNorms ( AtomicReader reader ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
Test ( ) : void
TestDocument ( ) : void
TestGetFieldNameVariations ( ) : void
TestNorms ( ) : void
TestOutOfBoundsAccess ( ) : void
TestTermVectors ( ) : void
TestTerms ( ) : void

Method Details

CheckNorms() public static method

public static CheckNorms ( AtomicReader reader ) : void
reader AtomicReader
return void