Package org.elasticsearch.index
Class MapperTestUtils
- java.lang.Object
-
- org.elasticsearch.index.MapperTestUtils
-
public class MapperTestUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MapperTestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapperService
newMapperService(NamedXContentRegistry xContentRegistry, java.nio.file.Path tempDir, Settings indexSettings, java.lang.String indexName)
static MapperService
newMapperService(NamedXContentRegistry xContentRegistry, java.nio.file.Path tempDir, Settings settings, IndicesModule indicesModule, java.lang.String indexName)
-
-
-
Method Detail
-
newMapperService
public static MapperService newMapperService(NamedXContentRegistry xContentRegistry, java.nio.file.Path tempDir, Settings indexSettings, java.lang.String indexName) throws java.io.IOException
- Throws:
java.io.IOException
-
newMapperService
public static MapperService newMapperService(NamedXContentRegistry xContentRegistry, java.nio.file.Path tempDir, Settings settings, IndicesModule indicesModule, java.lang.String indexName) throws java.io.IOException
- Throws:
java.io.IOException
-
-