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

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

공개 메소드들

메소드 설명
AssertIndexEquals ( DirectoryReader index1, DirectoryReader index2 ) : void

비공개 메소드들

메소드 설명
AddDoc ( IndexWriter writer, string value ) : void

LUCENENET specific Is non-static because NewTextField is no longer static.

AddDoc ( Random random, Directory ramDir1, string s, bool create ) : void
AddDocumentWithDifferentFields ( IndexWriter writer ) : void

LUCENENET specific Is non-static because NewStringField, NewTextField, NewField methods are no longer static.

AddDocumentWithFields ( IndexWriter writer ) : void

LUCENENET specific Is non-static because NewStringField, NewTextField, NewField methods are no longer static.

AddDocumentWithTermVectorFields ( IndexWriter writer ) : void

LUCENENET specific Is non-static because NewTextField, NewField methods are no longer static.

AssertTermDocsCount ( string msg, IndexReader reader, Lucene.Net.Index.Term term, int expected ) : void
CreateDocument ( string id ) : Lucene.Net.Documents.Document
TestBackwards ( ) : void
TestBinaryFields ( ) : void
TestDocument ( ) : void
TestFieldCacheReuseAfterReopen ( ) : void
TestFilesOpenClose ( ) : void
TestGetDocCount ( ) : void
TestGetFieldNames ( ) : void
TestGetIndexCommit ( ) : void
TestGetSumDocFreq ( ) : void
TestGetSumTotalTermFreq ( ) : void
TestIndexExistsOnNonExistentDirectory ( ) : void
TestIsCurrent ( ) : void
TestListCommits ( ) : void
TestLoadCertainFields ( ) : void
TestMultiTermDocs ( ) : void
TestNoDir ( ) : void
TestNoDupCommitFileNames ( ) : void
TestNoTermsIndex ( ) : void
TestOOBDocID ( ) : void
TestOpenReaderAfterDelete ( ) : void
TestPrepareCommitIsCurrent ( ) : void
TestReaderFinishedListener ( ) : void
TestStressTryIncRef ( ) : void
TestTermVectors ( ) : void
TestTotalTermFreqCached ( ) : void
TestTryIncRef ( ) : void
TestUniqueTermCount ( ) : void

메소드 상세

AssertIndexEquals() 공개 정적인 메소드

public static AssertIndexEquals ( DirectoryReader index1, DirectoryReader index2 ) : void
index1 DirectoryReader
index2 DirectoryReader
리턴 void