org.elasticsearch.index.mapper
Class Mapper.BuilderContext

java.lang.Object
  extended by org.elasticsearch.index.mapper.Mapper.BuilderContext
Enclosing interface:
Mapper

public static class Mapper.BuilderContext
extends Object


Constructor Summary
Mapper.BuilderContext(Settings indexSettings, ContentPath contentPath)
           
 
Method Summary
 Settings indexSettings()
           
 ContentPath path()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapper.BuilderContext

public Mapper.BuilderContext(@Nullable
                             Settings indexSettings,
                             ContentPath contentPath)
Method Detail

path

public ContentPath path()

indexSettings

@Nullable
public Settings indexSettings()


Copyright © 2009-2012. All Rights Reserved.