We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169c6f0 commit 6fa0692Copy full SHA for 6fa0692
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/SearchDslParser.java
@@ -857,6 +857,16 @@ public static class QsNode {
857
@JsonProperty("minimumShouldMatch")
858
public Integer minimumShouldMatch;
859
860
+ /**
861
+ * Constructor for JSON deserialization
862
+ *
863
+ * @param type the clause type
864
+ * @param field the field name
865
+ * @param value the field value
866
+ * @param children the child nodes
867
+ * @param occur the occurrence type
868
+ * @param minimumShouldMatch the minimum should match value
869
+ */
870
@JsonCreator
871
public QsNode(@JsonProperty("type") QsClauseType type,
872
@JsonProperty("field") String field,
0 commit comments