Skip to content

Commit ba1ee38

Browse files
committed
update
1 parent 48821f9 commit ba1ee38

File tree

1 file changed

+10
-0
lines changed
  • fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar

1 file changed

+10
-0
lines changed

fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/SearchDslParser.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,16 @@ public static class QsNode {
857857
@JsonProperty("minimumShouldMatch")
858858
public Integer minimumShouldMatch;
859859

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+
*/
860870
@JsonCreator
861871
public QsNode(@JsonProperty("type") QsClauseType type,
862872
@JsonProperty("field") String field,

0 commit comments

Comments
 (0)