org.elasticsearch.index.analysis
Class HtmlStripCharFilterFactory

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

public class HtmlStripCharFilterFactory
extends AbstractCharFilterFactory


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
HtmlStripCharFilterFactory(Index index, Settings indexSettings, java.lang.String name, Settings settings)
           
 
Method Summary
 org.apache.lucene.analysis.CharStream create(org.apache.lucene.analysis.CharStream tokenStream)
           
 org.elasticsearch.common.collect.ImmutableSet<java.lang.String> escapedTags()
           
 int readAheadLimit()
           
 
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
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 

Constructor Detail

HtmlStripCharFilterFactory

@Inject
public HtmlStripCharFilterFactory(Index index,
                                         @IndexSettings
                                         Settings indexSettings,
                                         java.lang.String name,
                                         Settings settings)
Method Detail

escapedTags

public org.elasticsearch.common.collect.ImmutableSet<java.lang.String> escapedTags()

readAheadLimit

public int readAheadLimit()

create

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