Example #1
0
		public MultiValueSource(ValueSource other)
		{
			this.other = other;
		}
Example #2
0
 public MultiValueSource(ValueSource other)
 {
     this.other = other;
 }
Example #3
0
		/// <summary> Create a value source query</summary>
		/// <param name="valSrc">provides the values defines the function to be used for scoring
		/// </param>
		public ValueSourceQuery(ValueSource valSrc)
		{
			this.valSrc = valSrc;
		}
Example #4
0
 /// <summary> Create a value source query</summary>
 /// <param name="valSrc">provides the values defines the function to be used for scoring
 /// </param>
 public ValueSourceQuery(ValueSource valSrc)
 {
     this.valSrc = valSrc;
 }