Inheritance: Lucene.Net.Util.LuceneTestCase
コード例 #1
0
			private void  InitBlock(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
			{
				this.random = random;
				this.percentDocs = percentDocs;
				this.ts = ts;
				this.maxTF = maxTF;
				this.enclosingInstance = enclosingInstance;
			}
コード例 #2
0
ファイル: TestTermdocPerf.cs プロジェクト: freemsly/lucenenet
 public AnalyzerAnonymousInnerClassHelper(TestTermdocPerf outerInstance, Random random, string val, int maxTF, float percentDocs)
 {
     this.OuterInstance = outerInstance;
     this.Random        = random;
     this.Val           = val;
     this.MaxTF         = maxTF;
     this.PercentDocs   = percentDocs;
 }
コード例 #3
0
			public AnonymousClassAnalyzer(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
			{
				InitBlock(random, percentDocs, ts, maxTF, enclosingInstance);
			}
コード例 #4
0
 private void  InitBlock(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
 {
     this.random            = random;
     this.percentDocs       = percentDocs;
     this.ts                = ts;
     this.maxTF             = maxTF;
     this.enclosingInstance = enclosingInstance;
 }
コード例 #5
0
 public AnonymousClassAnalyzer(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
 {
     InitBlock(random, percentDocs, ts, maxTF, enclosingInstance);
 }
コード例 #6
0
 public AnalyzerAnonymousInnerClassHelper(TestTermdocPerf outerInstance, Random random, string val, int maxTF, float percentDocs)
 {
     this.OuterInstance = outerInstance;
     this.Random = random;
     this.Val = val;
     this.MaxTF = maxTF;
     this.PercentDocs = percentDocs;
 }