Class QueryPart
- Namespace
- Textkernel.Tx.Models.API.MatchV2.Response
- Assembly
- Textkernel.Tx.SDK.dll
- Inheritance
-
QueryPart
- Inherited Members
-
Properties
Condition
public Condition Condition { get; set; }
Property Value
- Condition
ConditionSpecified
public bool ConditionSpecified { get; set; }
Property Value
- bool
Field
public string Field { get; set; }
Property Value
- string
FieldLabel
public string FieldLabel { get; set; }
Property Value
- string
Items
public QueryPartItem[] Items { get; set; }
Property Value
- QueryPartItem[]
SearchEngine
public string SearchEngine { get; set; }
Property Value
- string
Weight
public float Weight { get; set; }
Property Value
- float
WeightSpecified
public bool WeightSpecified { get; set; }
Property Value
- bool