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