クラス MinHashPlugin

  • すべての実装されたインタフェース:
    java.io.Closeable, java.lang.AutoCloseable, org.elasticsearch.plugins.AnalysisPlugin, org.elasticsearch.plugins.MapperPlugin

    public class MinHashPlugin
    extends org.elasticsearch.plugins.Plugin
    implements org.elasticsearch.plugins.MapperPlugin, org.elasticsearch.plugins.AnalysisPlugin
    • フィールドの概要

      • インタフェースから継承されたフィールド org.elasticsearch.plugins.MapperPlugin

        NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      MinHashPlugin()  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      java.util.Map<java.lang.String,​org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()  
      java.util.Map<java.lang.String,​org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider<org.elasticsearch.index.analysis.TokenFilterFactory>> getTokenFilters()  
      • クラスから継承されたメソッド org.elasticsearch.plugins.Plugin

        additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インタフェースから継承されたメソッド org.elasticsearch.plugins.AnalysisPlugin

        getAnalyzers, getCharFilters, getHunspellDictionaries, getPreBuiltAnalyzerProviderFactories, getPreConfiguredCharFilters, getPreConfiguredTokenFilters, getPreConfiguredTokenizers, getTokenizers
      • インタフェースから継承されたメソッド org.elasticsearch.plugins.MapperPlugin

        getFieldFilter, getMetadataMappers
    • コンストラクタの詳細

      • MinHashPlugin

        public MinHashPlugin()
    • メソッドの詳細

      • getTokenFilters

        public java.util.Map<java.lang.String,​org.elasticsearch.indices.analysis.AnalysisModule.AnalysisProvider<org.elasticsearch.index.analysis.TokenFilterFactory>> getTokenFilters()
        定義:
        getTokenFilters インタフェース内 org.elasticsearch.plugins.AnalysisPlugin
      • getMappers

        public java.util.Map<java.lang.String,​org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()
        定義:
        getMappers インタフェース内 org.elasticsearch.plugins.MapperPlugin