Skip to content

Commit

Permalink
Update server/src/main/java/org/elasticsearch/search/builder/SearchSo…
Browse files Browse the repository at this point in the history
…urceBuilder.java

Co-authored-by: Benjamin Trent <[email protected]>
  • Loading branch information
pmpailis and benwtrent authored Oct 16, 2024
1 parent 5fb6aee commit fad5b0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public final class SearchSourceBuilder implements Writeable, ToXContentObject, R
public static final ParseField TIMEOUT_FIELD = new ParseField("timeout");
public static final ParseField TERMINATE_AFTER_FIELD = new ParseField("terminate_after");
public static final ParseField QUERY_FIELD = new ParseField("query");
public static final ParseField SUB_SEARCHES_FIELD = new ParseField("sub_searches");
public static final ParseField RANK_FIELD = new ParseField("rank");
public static final ParseField SUB_SEARCHES_FIELD = new ParseField("sub_searches").withAllDeprecated();
public static final ParseField RANK_FIELD = new ParseField("rank").withAllDeprecated();
public static final ParseField POST_FILTER_FIELD = new ParseField("post_filter");
public static final ParseField KNN_FIELD = new ParseField("knn");
public static final ParseField MIN_SCORE_FIELD = new ParseField("min_score");
Expand Down

0 comments on commit fad5b0f

Please sign in to comment.