C# Class Lucene.Net.Index.TestIndexReader

Inheritance: Lucene.Net.Util.LuceneTestCase
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
AssertIndexEquals ( IndexReader index1, IndexReader index2 ) : void
TestIndexReader ( ) : System
TestIndexReader ( System name ) : System

Private Methods

Method Description
AddDoc ( IndexWriter writer, System value_Renamed ) : void
AddDocumentWithDifferentFields ( IndexWriter writer ) : void
AddDocumentWithFields ( IndexWriter writer ) : void
AddDocumentWithTermVectorFields ( IndexWriter writer ) : void
ArrayToString ( System l ) : System.String
AssertTermDocsCount ( System msg, IndexReader reader, Lucene.Net.Index.Term term, int expected ) : void
CreateDocument ( System id ) : Lucene.Net.Documents.Document
DeleteReaderReaderConflict ( bool optimize ) : void
DeleteReaderWriterConflict ( bool optimize ) : void
GetDirectory ( ) : Lucene.Net.Store.Directory
Main ( System args ) : void
RmDir ( System dir ) : void
TestBasicDelete ( ) : void
TestBinaryFields ( ) : void
TestChangesAfterClose ( ) : void
TestCommitUserData ( ) : void
TestDeleteReaderReaderConflictOptimized ( ) : void
TestDeleteReaderReaderConflictUnoptimized ( ) : void
TestDeleteReaderWriterConflictOptimized ( ) : void
TestDeleteReaderWriterConflictUnoptimized ( ) : void
TestDiskFull ( ) : void
TestDocsOutOfOrderJIRA140 ( ) : void
TestExceptionReleaseWriteLockJIRA768 ( ) : void
TestFieldCacheReuseAfterClone ( ) : void
TestFieldCacheReuseAfterReopen ( ) : void
TestFilesOpenClose ( ) : void
TestGetFieldNames ( ) : void
TestGetIndexCommit ( ) : void
TestIndexReaderUnDeleteAll ( ) : void
TestIndexReader_Rename ( ) : void
TestIsCurrent ( ) : void
TestLastModified ( ) : void
TestLock ( ) : void
TestLockObtainFailed ( ) : void
TestNoDir ( ) : void
TestNoDupCommitFileNames ( ) : void
TestNoTermsIndex ( ) : void
TestOpenReaderAfterDelete ( ) : void
TestPrepareCommitIsCurrent ( ) : void
TestReadOnly ( ) : void
TestReopenChangeReadonly ( ) : void
TestTermVectors ( ) : void
TestUndeleteAll ( ) : void
TestUndeleteAllAfterClose ( ) : void
TestUndeleteAllAfterCloseThenReopen ( ) : void
TestUniqueTermCount ( ) : void
TestVersion ( ) : void
TestWritingNorms ( ) : void
TestWritingNormsNoReader ( ) : void

Method Details

AssertIndexEquals() public static method

public static AssertIndexEquals ( IndexReader index1, IndexReader index2 ) : void
index1 IndexReader
index2 IndexReader
return void

TestIndexReader() public method

public TestIndexReader ( ) : System
return System

TestIndexReader() public method

public TestIndexReader ( System name ) : System
name System
return System