private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance)
 {
     this.results           = results;
     this.start             = start;
     this.enclosingInstance = enclosingInstance;
 }
예제 #2
0
			private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance)
			{
				this.results = results;
				this.start = start;
				this.enclosingInstance = enclosingInstance;
			}
 public AnonymousClassHitCollector1(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance)
 {
     InitBlock(results, start, enclosingInstance);
 }
예제 #4
0
			public AnonymousClassHitCollector1(Monodoc.Lucene.Net.Search.HitCollector results, int start, ParallelMultiSearcher enclosingInstance)
			{
				InitBlock(results, start, enclosingInstance);
			}