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

Base class aiming at testing TermVectorsFormat. To test a new format, all you need is to register a new Codec which uses it and extend this class and override #getCodec(). @lucene.experimental
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
TestClone ( ) : void
TestHighFreqs ( ) : void
TestLotsOfFields ( ) : void
TestMerge ( ) : void
TestMixedOptions ( ) : void
TestRandom ( ) : void
TestRareVectors ( ) : void

보호된 메소드들

메소드 설명
AddId ( Lucene.Net.Documents.Document doc, string id ) : Lucene.Net.Documents.Document
AddRandomFields ( Lucene.Net.Documents.Document doc ) : void
AssertEquals ( RandomDocument doc, Fields fields ) : void
AssertEquals ( RandomTokenStream tk, FieldType ft, Lucene.Net.Index.Terms terms ) : void
DocID ( IndexReader reader, string id ) : int
Equals ( object o1, object o2 ) : bool
FieldType ( Options options ) : FieldType
RandomOptions ( ) : Options
RandomPayload ( ) : BytesRef
ValidOptions ( ) : IEnumerable
ValidOptions ( Options startInc, Options endInc ) : IEnumerable

메소드 상세

AddId() 보호된 메소드

protected AddId ( Lucene.Net.Documents.Document doc, string id ) : Lucene.Net.Documents.Document
doc Lucene.Net.Documents.Document
id string
리턴 Lucene.Net.Documents.Document

AddRandomFields() 보호된 메소드

protected AddRandomFields ( Lucene.Net.Documents.Document doc ) : void
doc Lucene.Net.Documents.Document
리턴 void

AssertEquals() 보호된 메소드

protected AssertEquals ( RandomDocument doc, Fields fields ) : void
doc RandomDocument
fields Fields
리턴 void

AssertEquals() 보호된 메소드

protected AssertEquals ( RandomTokenStream tk, FieldType ft, Lucene.Net.Index.Terms terms ) : void
tk RandomTokenStream
ft Lucene.Net.Documents.FieldType
terms Lucene.Net.Index.Terms
리턴 void

DocID() 보호된 메소드

protected DocID ( IndexReader reader, string id ) : int
reader IndexReader
id string
리턴 int

Equals() 보호된 정적인 메소드

protected static Equals ( object o1, object o2 ) : bool
o1 object
o2 object
리턴 bool

FieldType() 보호된 메소드

protected FieldType ( Options options ) : FieldType
options Options
리턴 Lucene.Net.Documents.FieldType

RandomOptions() 보호된 메소드

protected RandomOptions ( ) : Options
리턴 Options

RandomPayload() 보호된 메소드

protected RandomPayload ( ) : BytesRef
리턴 BytesRef

TestClone() 공개 메소드

public TestClone ( ) : void
리턴 void

TestHighFreqs() 공개 메소드

public TestHighFreqs ( ) : void
리턴 void

TestLotsOfFields() 공개 메소드

public TestLotsOfFields ( ) : void
리턴 void

TestMerge() 공개 메소드

public TestMerge ( ) : void
리턴 void

TestMixedOptions() 공개 메소드

public TestMixedOptions ( ) : void
리턴 void

TestRandom() 공개 메소드

public TestRandom ( ) : void
리턴 void

TestRareVectors() 공개 메소드

public TestRareVectors ( ) : void
리턴 void

ValidOptions() 보호된 메소드

protected ValidOptions ( ) : IEnumerable
리턴 IEnumerable

ValidOptions() 보호된 메소드

protected ValidOptions ( Options startInc, Options endInc ) : IEnumerable
startInc Options
endInc Options
리턴 IEnumerable