Skip to content

Commit

Permalink
Update ShardSearchRequest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis authored Nov 7, 2024
1 parent 7556747 commit 8a05ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public class ShardSearchRequest extends TransportRequest implements IndicesReque
private Boolean requestCache;
private final long nowInMillis;
private final boolean allowPartialSearchResults;
public final boolean skipInnerHits;
private final OriginalIndices originalIndices;
private final boolean skipInnerHits;

private boolean canReturnNullResponseIfMatchNoDocs;
private SearchSortValuesAndFormats bottomSortValues;
Expand Down

0 comments on commit 8a05ff4

Please sign in to comment.