예제 #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
 public AnonymousClassAnalyzer(System.Random random, float percentDocs, Lucene.Net.Index.RepeatingTokenStream ts, int maxTF, TestTermdocPerf enclosingInstance)
 {
     InitBlock(random, percentDocs, ts, maxTF, enclosingInstance);
 }