org.elasticsearch.index.mapper
Class MapperService.SmartNameObjectMapper

java.lang.Object
  extended by org.elasticsearch.index.mapper.MapperService.SmartNameObjectMapper
Enclosing class:
MapperService

public static class MapperService.SmartNameObjectMapper
extends Object


Constructor Summary
MapperService.SmartNameObjectMapper(ObjectMapper mapper, DocumentMapper docMapper)
           
 
Method Summary
 DocumentMapper docMapper()
           
 boolean hasDocMapper()
           
 boolean hasMapper()
           
 ObjectMapper mapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperService.SmartNameObjectMapper

public MapperService.SmartNameObjectMapper(ObjectMapper mapper,
                                           @Nullable
                                           DocumentMapper docMapper)
Method Detail

hasMapper

public boolean hasMapper()

mapper

public ObjectMapper mapper()

hasDocMapper

public boolean hasDocMapper()

docMapper

public DocumentMapper docMapper()


Copyright © 2009-2012. All Rights Reserved.