org.apache.solr.analysis
Class WordDelimiterFilterFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenFilterFactory
org.apache.solr.analysis.WordDelimiterFilterFactory
- All Implemented Interfaces:
- TokenFilterFactory
public class WordDelimiterFilterFactory
- extends BaseTokenFilterFactory
- Version:
- $Id: WordDelimiterFilterFactory.java 673715 2008-07-03 15:40:14Z yonik $
Method Summary |
org.apache.solr.analysis.WordDelimiterFilter |
create(TokenStream input)
Transform the specified input TokenStream |
void |
init(Map<String,String> args)
init will be called just once, immediately after creation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordDelimiterFilterFactory
public WordDelimiterFilterFactory()
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 a the factory in the
schema.xml
- Specified by:
init
in interface TokenFilterFactory
- Overrides:
init
in class BaseTokenFilterFactory
create
public org.apache.solr.analysis.WordDelimiterFilter create(TokenStream input)
- Description copied from interface:
TokenFilterFactory
- Transform the specified input TokenStream
Copyright © 2008 Apache Software Foundation. All Rights Reserved.