org.elasticsearch.index.mapper.xcontent
Class XContentAttachmentMapperService

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.mapper.xcontent.XContentAttachmentMapperService
All Implemented Interfaces:
org.elasticsearch.index.IndexComponent

public class XContentAttachmentMapperService
extends org.elasticsearch.index.AbstractIndexComponent


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
XContentAttachmentMapperService(org.elasticsearch.index.Index index, org.elasticsearch.common.settings.Settings indexSettings, org.elasticsearch.index.mapper.MapperService mapperService)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XContentAttachmentMapperService

@Inject
public XContentAttachmentMapperService(org.elasticsearch.index.Index index,
                                              @IndexSettings
                                              org.elasticsearch.common.settings.Settings indexSettings,
                                              org.elasticsearch.index.mapper.MapperService mapperService)