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

Deprecated. Use HTMLStripCharFilterFactory and StandardTokenizerFactory

@Deprecated
public class HTMLStripStandardTokenizerFactory
extends BaseTokenizerFactory

Version:
$Id: HTMLStripStandardTokenizerFactory.java 807338 2009-08-24 18:58:22Z ryan $

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args, log
 
Constructor Summary
HTMLStripStandardTokenizerFactory()
          Deprecated.  
 
Method Summary
 Tokenizer create(Reader input)
          Deprecated. 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()
Deprecated. 
Method Detail

create

public Tokenizer create(Reader input)
Deprecated. 
Description copied from interface: TokenizerFactory
Creates a TokenStream of the specified input



Copyright © 2010 Apache Software Foundation. All Rights Reserved.