Skip to content

Commit 5ae2e7a

Browse files
Updating error message for runtime
1 parent 235be2a commit 5ae2e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/RuntimeField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ static Map<String, RuntimeField> parseRuntimeFields(
182182
throw new MapperParsingException(
183183
"The mapper type ["
184184
+ type
185-
+ "] declared on field ["
185+
+ "] declared on runtime field ["
186186
+ fieldName
187187
+ "] does not exist."
188188
+ " It might have been created within a future version or requires a plugin to be installed."

0 commit comments

Comments
 (0)