C# Class Lucene.Net.Index.TestIndexReaderCloneNorms

Inheritance: Lucene.Net.Util.LuceneTestCase
ファイルを表示 Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
TestIndexReaderCloneNorms ( ) : System
TestIndexReaderCloneNorms ( System s ) : System

Private Methods

Method Description
AddDocs ( Lucene.Net.Store.Directory dir, int ndocs, bool compound ) : void
CreateIndex ( Lucene.Net.Store.Directory dir ) : void
DoTestNorms ( Lucene.Net.Store.Directory dir ) : void
ModifyNormsForF1 ( Lucene.Net.Store.Directory dir ) : void
ModifyNormsForF1 ( IndexReader ir ) : void
NewDoc ( ) : Lucene.Net.Documents.Document
NextNorm ( ) : float
SetUp ( ) : void
TestNorms ( ) : void
TestNormsClose ( ) : void
TestNormsRefCounting ( ) : void
VerifyIndex ( Lucene.Net.Store.Directory dir ) : void
VerifyIndex ( IndexReader ir ) : void

Method Details

TestIndexReaderCloneNorms() public method

public TestIndexReaderCloneNorms ( ) : System
return System

TestIndexReaderCloneNorms() public method

public TestIndexReaderCloneNorms ( System s ) : System
s System
return System