Exemplo n.º 1
0
 private void  InitBlock(System.Collections.BitArray bits, int[] totalHits, Monodoc.Lucene.Net.Search.FieldSortedHitQueue hq, IndexSearcher enclosingInstance)
 {
     this.bits              = bits;
     this.totalHits         = totalHits;
     this.hq                = hq;
     this.enclosingInstance = enclosingInstance;
 }
Exemplo n.º 2
0
 public AnonymousClassHitCollector1(System.Collections.BitArray bits, int[] totalHits, Monodoc.Lucene.Net.Search.FieldSortedHitQueue hq, IndexSearcher enclosingInstance)
 {
     InitBlock(bits, totalHits, hq, enclosingInstance);
 }