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

파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
TestDocsAndFreqs ( ) : void
TestDocsAndFreqsAndPositions ( ) : void
TestDocsAndFreqsAndPositionsAndOffsets ( ) : void
TestDocsAndFreqsAndPositionsAndOffsetsAndPayloads ( ) : void
TestDocsAndFreqsAndPositionsAndPayloads ( ) : void
TestDocsOnly ( ) : void
TestRandom ( ) : void

보호된 메소드들

메소드 설명
AddRandomFields ( Lucene.Net.Documents.Document doc ) : void

비공개 메소드들

메소드 설명
AfterClass ( ) : void
BuildIndex ( Directory dir, Lucene.Net.Index.FieldInfo maxAllowed, bool allowPayloads, bool alwaysTestMax ) : FieldsProducer
CreatePostings ( ) : void
GetSeedPostings ( string term, long seed, bool withLiveDocs, Lucene.Net.Index.FieldInfo options ) : SeedPostings
TestFields ( Fields fields ) : void
TestFull ( Lucene.Net.Index.FieldInfo options, bool withPayloads ) : void

Indexes all fields/terms at the specified IndexOptions, and fully tests at that IndexOptions.

TestTerms ( Fields fieldsSource, ISet options, Lucene.Net.Index.FieldInfo maxTestOptions, Lucene.Net.Index.FieldInfo maxIndexOptions, bool alwaysTestMax ) : void
TestTermsOneThread ( Fields fieldsSource, ISet options, Lucene.Net.Index.FieldInfo maxTestOptions, Lucene.Net.Index.FieldInfo maxIndexOptions, bool alwaysTestMax ) : void
VerifyEnum ( ThreadState threadState, string field, BytesRef term, Lucene.Net.Index.TermsEnum termsEnum, Lucene.Net.Index.FieldInfo maxTestOptions, Lucene.Net.Index.FieldInfo maxIndexOptions, ISet options, bool alwaysTestMax ) : void

메소드 상세

AddRandomFields() 보호된 메소드

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

TestDocsAndFreqs() 공개 메소드

public TestDocsAndFreqs ( ) : void
리턴 void

TestDocsAndFreqsAndPositions() 공개 메소드

public TestDocsAndFreqsAndPositions ( ) : void
리턴 void

TestDocsAndFreqsAndPositionsAndOffsets() 공개 메소드

public TestDocsAndFreqsAndPositionsAndOffsets ( ) : void
리턴 void

TestDocsAndFreqsAndPositionsAndOffsetsAndPayloads() 공개 메소드

TestDocsAndFreqsAndPositionsAndPayloads() 공개 메소드

public TestDocsAndFreqsAndPositionsAndPayloads ( ) : void
리턴 void

TestDocsOnly() 공개 메소드

public TestDocsOnly ( ) : void
리턴 void

TestRandom() 공개 메소드

public TestRandom ( ) : void
리턴 void