Inheritance: Lucene.Net.Util.LuceneTestCase
Ejemplo n.º 1
0
 private void  InitBlock(float[] scores, TestSetNorm enclosingInstance)
 {
     this.scores            = scores;
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 2
0
			private void  InitBlock(float[] scores, TestSetNorm enclosingInstance)
			{
				this.scores = scores;
				this.enclosingInstance = enclosingInstance;
			}
Ejemplo n.º 3
0
 public AnonymousClassCollector(float[] scores, TestSetNorm enclosingInstance)
 {
     InitBlock(scores, enclosingInstance);
 }
Ejemplo n.º 4
0
			public AnonymousClassHitCollector(float[] scores, TestSetNorm enclosingInstance)
			{
				InitBlock(scores, enclosingInstance);
			}