Skip to content

Commit

Permalink
Don't print synthetic source in mapping for bwc tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es committed Oct 10, 2023
1 parent 44e8156 commit 034262c
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,7 @@ public Query termQuery(Object value, SearchExecutionContext context) {
private final IndexMode indexMode;
private final boolean setDefaultSytheticMode;

private SourceFieldMapper(
Mode mode,
Explicit<Boolean> enabled,
String[] includes,
String[] excludes,
IndexMode indexMode) {
private SourceFieldMapper(Mode mode, Explicit<Boolean> enabled, String[] includes, String[] excludes, IndexMode indexMode) {
this(mode, enabled, includes, excludes, indexMode, false);
}

Expand Down

0 comments on commit 034262c

Please sign in to comment.