We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bde254 commit 819ada8Copy full SHA for 819ada8
server/src/main/java/org/opensearch/index/mapper/FlatObjectFieldMapper.java
@@ -133,7 +133,6 @@ public static class Builder extends FieldMapper.Builder<Builder> {
133
private int depthLimit = Integer.MAX_VALUE;
134
private final IndexAnalyzers indexAnalyzers;
135
136
- // Visible for testing
137
public Builder(String name, IndexAnalyzers indexAnalyzers) {
138
super(name, Defaults.FIELD_TYPE);
139
builder = this;
0 commit comments