Ejemplo n.º 1
0
			private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
			{
				this.results = results;
				this.start = start;
				this.enclosingInstance = enclosingInstance;
			}
Ejemplo n.º 2
0
 private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
 {
     this.results           = results;
     this.start             = start;
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 3
0
			public AnonymousClassHitCollector(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
			{
				InitBlock(results, start, enclosingInstance);
			}
Ejemplo n.º 4
0
 public AnonymousClassHitCollector(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
 {
     InitBlock(results, start, enclosingInstance);
 }