コード例 #1
0
ファイル: MultiSearcher.cs プロジェクト: emtees/old-code
			private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
			{
				this.results = results;
				this.start = start;
				this.enclosingInstance = enclosingInstance;
			}
コード例 #2
0
ファイル: MultiSearcher.cs プロジェクト: raj581/Marvin
 private void  InitBlock(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
 {
     this.results           = results;
     this.start             = start;
     this.enclosingInstance = enclosingInstance;
 }
コード例 #3
0
ファイル: MultiSearcher.cs プロジェクト: emtees/old-code
			public AnonymousClassHitCollector(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
			{
				InitBlock(results, start, enclosingInstance);
			}
コード例 #4
0
ファイル: MultiSearcher.cs プロジェクト: raj581/Marvin
 public AnonymousClassHitCollector(Monodoc.Lucene.Net.Search.HitCollector results, int start, MultiSearcher enclosingInstance)
 {
     InitBlock(results, start, enclosingInstance);
 }