C# Class Lucene.Net.Index.TestPayloads

Show file Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
AssertByteArrayEquals ( byte b1, byte b2 ) : void
AssertByteArrayEquals ( byte b1, byte b2, int b2offset, int b2length ) : void
GenerateRandomData ( int n ) : byte[]
GenerateRandomData ( byte data ) : void
GenerateTerms ( string fieldName, int n ) : Lucene.Net.Index.Term[]
PerformTest ( Directory dir ) : void
TestAcrossFields ( ) : void
TestMixupDocs ( ) : void
TestMixupMultiValued ( ) : void
TestPayload ( ) : void
TestPayloadFieldBit ( ) : void
TestPayloadsEncoding ( ) : void
TestThreadSafety ( ) : void