Пример #1
0
 private void  InitBlock(Lucene.Net.Search.Collector collector, int start, MultiSearcher enclosingInstance)
 {
     this.collector         = collector;
     this.start             = start;
     this.enclosingInstance = enclosingInstance;
 }
Пример #2
0
			private void  InitBlock(Lucene.Net.Search.Collector collector, int start, MultiSearcher enclosingInstance)
			{
				this.collector = collector;
				this.start = start;
				this.enclosingInstance = enclosingInstance;
			}
Пример #3
0
 public AnonymousClassCollector(Lucene.Net.Search.Collector collector, int start, MultiSearcher enclosingInstance)
 {
     InitBlock(collector, start, enclosingInstance);
 }
Пример #4
0
			public AnonymousClassCollector(Lucene.Net.Search.Collector collector, int start, MultiSearcher enclosingInstance)
			{
				InitBlock(collector, start, enclosingInstance);
			}