C# 클래스 Lucene.Net.Analysis.BaseTokenStreamTestCase.AnalysisThread

상속: Lucene.Net.Support.ThreadClass
파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
Failed bool

공개 메소드들

메소드 설명
Run ( ) : void

비공개 메소드들

메소드 설명
AnalysisThread ( long seed, Analyzer a, int iterations, int maxWordLength, bool useCharFilter, bool simple, bool offsetsAreCorrect, RandomIndexWriter iw, BaseTokenStreamTestCase outerInstance ) : System.Linq

LUCENENET specific Added to remove a call to the then-static BaseTokenStreamTestCase methods

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

Failed 공개적으로 프로퍼티

public bool Failed
리턴 bool