示例#1
0
 private void  InitBlock(Mono.Lucene.Net.Search.Weight weight, Mono.Lucene.Net.Index.IndexReader reader, QueryWrapperFilter enclosingInstance)
 {
     this.weight            = weight;
     this.reader            = reader;
     this.enclosingInstance = enclosingInstance;
 }
示例#2
0
 private void  InitBlock(System.Collections.BitArray bits, QueryWrapperFilter enclosingInstance)
 {
     this.bits = bits;
     this.enclosingInstance = enclosingInstance;
 }
示例#3
0
 public AnonymousClassDocIdSet(Mono.Lucene.Net.Search.Weight weight, Mono.Lucene.Net.Index.IndexReader reader, QueryWrapperFilter enclosingInstance)
 {
     InitBlock(weight, reader, enclosingInstance);
 }
示例#4
0
 public AnonymousClassCollector(System.Collections.BitArray bits, QueryWrapperFilter enclosingInstance)
 {
     InitBlock(bits, enclosingInstance);
 }
示例#5
0
			private void  InitBlock(Mono.Lucene.Net.Search.Weight weight, Mono.Lucene.Net.Index.IndexReader reader, QueryWrapperFilter enclosingInstance)
			{
				this.weight = weight;
				this.reader = reader;
				this.enclosingInstance = enclosingInstance;
			}
示例#6
0
			public AnonymousClassDocIdSet(Mono.Lucene.Net.Search.Weight weight, Mono.Lucene.Net.Index.IndexReader reader, QueryWrapperFilter enclosingInstance)
			{
				InitBlock(weight, reader, enclosingInstance);
			}
示例#7
0
			private void  InitBlock(System.Collections.BitArray bits, QueryWrapperFilter enclosingInstance)
			{
				this.bits = bits;
				this.enclosingInstance = enclosingInstance;
			}
示例#8
0
			public AnonymousClassCollector(System.Collections.BitArray bits, QueryWrapperFilter enclosingInstance)
			{
				InitBlock(bits, enclosingInstance);
			}