org.apache.solr.analysis
Class DoubleMetaphoneFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
org.apache.solr.analysis.DoubleMetaphoneFilterFactory
- All Implemented Interfaces:
- TokenFilterFactory
public class DoubleMetaphoneFilterFactory
- extends BaseTokenFilterFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INJECT
public static final String INJECT
- See Also:
- Constant Field Values
MAX_CODE_LENGTH
public static final String MAX_CODE_LENGTH
- See Also:
- Constant Field Values
DEFAULT_MAX_CODE_LENGTH
public static final int DEFAULT_MAX_CODE_LENGTH
- See Also:
- Constant Field Values
DoubleMetaphoneFilterFactory
public DoubleMetaphoneFilterFactory()
init
public void init(Map<String,String> args)
- Description copied from interface:
TokenFilterFactory
init
will be called just once, immediately after creation.
The args are user-level initialization parameters that
may be specified when declaring the factory in the
schema.xml
- Specified by:
init
in interface TokenFilterFactory
- Overrides:
init
in class BaseTokenFilterFactory
create
public DoubleMetaphoneFilter create(TokenStream input)
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
Copyright © 2010 Apache Software Foundation. All Rights Reserved.