public class MapperTestUtils
extends java.lang.Object
| Constructor and Description |
|---|
MapperTestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.elasticsearch.index.mapper.MapperService |
newMapperService(java.nio.file.Path tempDir,
org.elasticsearch.common.settings.Settings indexSettings) |
static org.elasticsearch.index.mapper.MapperService |
newMapperService(java.nio.file.Path tempDir,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.indices.IndicesModule indicesModule) |
public static org.elasticsearch.index.mapper.MapperService newMapperService(java.nio.file.Path tempDir,
org.elasticsearch.common.settings.Settings indexSettings)
throws java.io.IOException
java.io.IOExceptionpublic static org.elasticsearch.index.mapper.MapperService newMapperService(java.nio.file.Path tempDir,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.indices.IndicesModule indicesModule)
throws java.io.IOException
java.io.IOException