Skip to content

Commit

Permalink
Revert "Don't print synthetic source in mapping for bwc tests elastic#2"
Browse files Browse the repository at this point in the history
This reverts commit 034262c.
  • Loading branch information
kkrik-es committed Oct 11, 2023
1 parent 4cf0605 commit 123c296
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,12 @@ 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 123c296

Please sign in to comment.