Exemplo n.º 1
0
 public TermCondition(StringValue operand, IField field = null, uint? boost = null)
     : base(operand, field, boost)
 {
 }
Exemplo n.º 2
0
 public FieldCondition(StringValue operand, IField field = null)
     : base(operand, field)
 {
 }
Exemplo n.º 3
0
 public Bucket(StringValue value)
     : this((IOperand)value)
 {
 }
Exemplo n.º 4
0
 public Range(StringValue min = null, StringValue max = null, bool minInclusive = false, bool maxInclusive = false)
     : this((IOperand)min, max, minInclusive, maxInclusive)
 {
 }
Exemplo n.º 5
0
 public Bucket(StringValue value)
     : this((IOperand)value)
 {
 }