Class MapperTestUtils

java.lang.Object
org.elasticsearch.index.MapperTestUtils

public class MapperTestUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.elasticsearch.index.mapper.MapperService
    newMapperService(org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings indexSettings, String indexName)
     
    static org.elasticsearch.index.mapper.MapperService
    newMapperService(org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.indices.IndicesModule indicesModule, String indexName)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapperTestUtils

      public MapperTestUtils()
  • Method Details

    • newMapperService

      public static org.elasticsearch.index.mapper.MapperService newMapperService(org.elasticsearch.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.xcontent.NamedXContentRegistry xContentRegistry, Path tempDir, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.indices.IndicesModule indicesModule, String indexName) throws IOException
      Throws:
      IOException