Skip to content

Commit 9547c7e

Browse files
committed
GeoShapeScriptFieldType
1 parent a742ff1 commit 9547c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/index/mapper/GeoShapeScriptFieldType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected GeometryFieldScript.Factory getCompositeLeafFactory(
8383
script,
8484
scriptFactory.isResultDeterministic(),
8585
meta,
86-
false
86+
scriptFactory.isParsedFromSource()
8787
);
8888
this.geoFormatterFactory = geoFormatterFactory;
8989
}

0 commit comments

Comments
 (0)