org.elasticsearch.index.analysis
Class MappingCharFilterFactory

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.analysis.AbstractCharFilterFactory
          extended by org.elasticsearch.index.analysis.MappingCharFilterFactory
All Implemented Interfaces:
CharFilterFactory, IndexComponent

@AnalysisSettingsRequired
public class MappingCharFilterFactory
extends AbstractCharFilterFactory


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
MappingCharFilterFactory(Index index, Settings indexSettings, Environment env, String name, Settings settings)
           
 
Method Summary
 org.apache.lucene.analysis.CharStream create(org.apache.lucene.analysis.CharStream tokenStream)
           
 
Methods inherited from class org.elasticsearch.index.analysis.AbstractCharFilterFactory
name
 
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

MappingCharFilterFactory

@Inject
public MappingCharFilterFactory(Index index,
                                       @IndexSettings
                                       Settings indexSettings,
                                       Environment env,
                                       String name,
                                       Settings settings)
Method Detail

create

public org.apache.lucene.analysis.CharStream create(org.apache.lucene.analysis.CharStream tokenStream)


Copyright © 2009-2012. All Rights Reserved.