org.apache.solr.analysis
Class HTMLStripStandardTokenizerFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenizerFactory
      extended by org.apache.solr.analysis.HTMLStripStandardTokenizerFactory
All Implemented Interfaces:
TokenizerFactory

public class HTMLStripStandardTokenizerFactory
extends BaseTokenizerFactory

Version:
$Id: HTMLStripStandardTokenizerFactory.java 472574 2006-11-08 18:25:52Z yonik $
Author:
yonik

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args
 
Constructor Summary
HTMLStripStandardTokenizerFactory()
           
 
Method Summary
 org.apache.lucene.analysis.TokenStream create(java.io.Reader input)
          Creates a TokenStream of the specified input
 
Methods inherited from class org.apache.solr.analysis.BaseTokenizerFactory
getArgs, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLStripStandardTokenizerFactory

public HTMLStripStandardTokenizerFactory()
Method Detail

create

public org.apache.lucene.analysis.TokenStream create(java.io.Reader input)
Description copied from interface: TokenizerFactory
Creates a TokenStream of the specified input



Copyright © 2006 - 2009 The Apache Software Foundation