org.elasticsearch.plugin.mapper.attachments
Class MapperAttachmentsPlugin

java.lang.Object
  extended by org.elasticsearch.plugins.AbstractPlugin
      extended by org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin
All Implemented Interfaces:
org.elasticsearch.plugins.Plugin

public class MapperAttachmentsPlugin
extends org.elasticsearch.plugins.AbstractPlugin


Constructor Summary
MapperAttachmentsPlugin()
           
 
Method Summary
 java.lang.String description()
           
 java.util.Collection<java.lang.Class<? extends org.elasticsearch.common.inject.Module>> indexModules()
           
 java.lang.String name()
           
 
Methods inherited from class org.elasticsearch.plugins.AbstractPlugin
indexServices, modules, processModule, services, shardModules, shardServices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperAttachmentsPlugin

public MapperAttachmentsPlugin()
Method Detail

name

public java.lang.String name()

description

public java.lang.String description()

indexModules

public java.util.Collection<java.lang.Class<? extends org.elasticsearch.common.inject.Module>> indexModules()
Specified by:
indexModules in interface org.elasticsearch.plugins.Plugin
Overrides:
indexModules in class org.elasticsearch.plugins.AbstractPlugin