C# Class Lucene.Net.Analysis.BaseTokenStreamTestCase.AnalysisThread

Inheritance: Lucene.Net.Support.ThreadClass
Exibir arquivo Open project: apache/lucenenet

Public Properties

Property Type Description
Failed bool

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
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

Method Details

Run() public method

public Run ( ) : void
return void

Property Details

Failed public_oe property

public bool Failed
return bool