org.apache.solr.analysis
Class HTMLStripStandardTokenizerFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenizerFactory
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLStripStandardTokenizerFactory
public HTMLStripStandardTokenizerFactory()
- Deprecated.
create
public Tokenizer create(Reader input)
- Deprecated.
- Description copied from interface:
TokenizerFactory
- Creates a TokenStream of the specified input
Copyright © 2009 Apache Software Foundation. All Rights Reserved.