Exemplo n.º 1
0
		internal SpanScorer(Spans spans, Weight weight, Similarity similarity, byte[] norms) : base(similarity)
		{
			this.spans = spans;
			this.norms = norms;
			this.weight = weight;
			this.value_Renamed = weight.Value;
		}
Exemplo n.º 2
0
 internal SpanScorer(Spans spans, Weight weight, Similarity similarity, byte[] norms) : base(similarity)
 {
     this.spans         = spans;
     this.norms         = norms;
     this.weight        = weight;
     this.value_Renamed = weight.Value;
 }
Exemplo n.º 3
0
 public AnonymousClassWeight(Monodoc.Lucene.Net.Search.Weight weight, Monodoc.Lucene.Net.Search.Searcher searcher, FilteredQuery enclosingInstance)
 {
     InitBlock(weight, searcher, enclosingInstance);
 }
Exemplo n.º 4
0
 private void  InitBlock(Monodoc.Lucene.Net.Search.Weight weight, Monodoc.Lucene.Net.Search.Searcher searcher, FilteredQuery enclosingInstance)
 {
     this.weight            = weight;
     this.searcher          = searcher;
     this.enclosingInstance = enclosingInstance;
 }