org.apache.solr.analysis
Class EdgeNGramTokenizerFactory
java.lang.Object
org.apache.solr.analysis.BaseTokenizerFactory
org.apache.solr.analysis.EdgeNGramTokenizerFactory
- All Implemented Interfaces:
- TokenizerFactory
public class EdgeNGramTokenizerFactory
- extends BaseTokenizerFactory
Creates new instances of EdgeNGramTokenizer.
|
Method Summary |
org.apache.lucene.analysis.ngram.EdgeNGramTokenizer |
create(Reader input)
Creates a TokenStream of the specified input |
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 |
EdgeNGramTokenizerFactory
public EdgeNGramTokenizerFactory()
init
public void init(Map<String,String> args)
- Description copied from interface:
TokenizerFactory
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 TokenizerFactory- Overrides:
init in class BaseTokenizerFactory
create
public org.apache.lucene.analysis.ngram.EdgeNGramTokenizer create(Reader input)
- Description copied from interface:
TokenizerFactory
- Creates a TokenStream of the specified input
Copyright © 2009 Apache Software Foundation. All Rights Reserved.