unbreak the COMPILE
This commit is contained in:
parent
25410f880c
commit
22b23f6e44
|
@ -189,7 +189,7 @@ public class GeoShapeFieldMapperTests extends ElasticsearchSingleNodeTest {
|
||||||
|
|
||||||
|
|
||||||
DocumentMapper defaultMapper = parser.parse(mapping);
|
DocumentMapper defaultMapper = parser.parse(mapping);
|
||||||
FieldMapper fieldMapper = defaultMapper.mappers().name("location").mapper();
|
FieldMapper fieldMapper = defaultMapper.mappers().getMapper("location");
|
||||||
assertThat(fieldMapper, instanceOf(GeoShapeFieldMapper.class));
|
assertThat(fieldMapper, instanceOf(GeoShapeFieldMapper.class));
|
||||||
|
|
||||||
GeoShapeFieldMapper geoShapeFieldMapper = (GeoShapeFieldMapper) fieldMapper;
|
GeoShapeFieldMapper geoShapeFieldMapper = (GeoShapeFieldMapper) fieldMapper;
|
||||||
|
|
Loading…
Reference in New Issue