Package org.elasticsearch.index
Class MapperTestUtils
java.lang.Object
org.elasticsearch.index.MapperTestUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.elasticsearch.index.mapper.MapperService
newMapperService(org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings indexSettings, String indexName)
static org.elasticsearch.index.mapper.MapperService
newMapperService(org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.indices.IndicesModule indicesModule, String indexName)
-
Constructor Details
-
MapperTestUtils
public MapperTestUtils()
-
-
Method Details
-
newMapperService
public static org.elasticsearch.index.mapper.MapperService newMapperService(org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings indexSettings, String indexName) throws IOException- Throws:
IOException
-
newMapperService
public static org.elasticsearch.index.mapper.MapperService newMapperService(org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.indices.IndicesModule indicesModule, String indexName) throws IOException- Throws:
IOException
-