org.apache.solr.analysis
Class DelimitedPayloadTokenFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
org.apache.solr.analysis.DelimitedPayloadTokenFilterFactory
- All Implemented Interfaces:
- TokenFilterFactory, ResourceLoaderAware
public class DelimitedPayloadTokenFilterFactory
- extends BaseTokenFilterFactory
- implements ResourceLoaderAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODER_ATTR
public static final String ENCODER_ATTR
- See Also:
- Constant Field Values
DELIMITER_ATTR
public static final String DELIMITER_ATTR
- See Also:
- Constant Field Values
DelimitedPayloadTokenFilterFactory
public DelimitedPayloadTokenFilterFactory()
create
public DelimitedPayloadTokenFilter create(TokenStream input)
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
- Specified by:
create
in interface TokenFilterFactory
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
inform
public void inform(org.apache.solr.common.ResourceLoader loader)
- Specified by:
inform
in interface ResourceLoaderAware
Copyright © 2009 Apache Software Foundation. All Rights Reserved.