C# Class Lucene.Net.Index.TestBinaryDocValuesUpdates

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

Private Methods

Method Description
Doc ( int id ) : Lucene.Net.Documents.Document
GetValue ( Lucene.Net.Index.BinaryDocValues bdv, int idx, BytesRef scratch ) : long
TestAddIndexes ( ) : void
TestChangeCodec ( ) : void
TestDeleteUnusedUpdatesFiles ( ) : void
TestDifferentDVFormatPerField ( ) : void
TestDocumentWithNoValue ( ) : void
TestManyReopensAndFields ( ) : void
TestMultipleBinaryDocValues ( ) : void
TestMultipleDocValuesTypes ( ) : void
TestReopen ( ) : void
TestSegmentMerges ( ) : void
TestSimple ( ) : void
TestStressMultiThreading ( ) : void
TestTonsOfUpdates ( ) : void
TestUnsetAllValues ( ) : void
TestUnsetValue ( ) : void
TestUpdateAllDeletedSegment ( ) : void
TestUpdateAndDeleteSameDocument ( ) : void
TestUpdateBinaryDVFieldWithSameNameAsPostingField ( ) : void
TestUpdateDifferentDocsInDifferentGens ( ) : void
TestUpdateDocumentByMultipleTerms ( ) : void
TestUpdateFewSegments ( ) : void
TestUpdateNonBinaryDocValuesField ( ) : void
TestUpdateOldSegments ( ) : void
TestUpdateOldSegments_OldFormatNotActive ( ) : void
TestUpdateSameDocMultipleTimes ( ) : void
TestUpdateSegmentWithNoDocValues ( ) : void
TestUpdateSegmentWithPostingButNoDocValues ( ) : void
TestUpdateTwoNonexistingTerms ( ) : void
TestUpdatesAndDeletes ( ) : void
TestUpdatesAreFlushed ( ) : void
TestUpdatesOrder ( ) : void
TestUpdatesWithDeletes ( ) : void
ToBytes ( long value ) : BytesRef