|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.analysis.BaseTokenizerFactory
org.apache.solr.analysis.EdgeNGramTokenizerFactory
public class EdgeNGramTokenizerFactory
Creates new instances of EdgeNGramTokenizer.
| Field Summary |
|---|
| Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory |
|---|
args |
| Constructor Summary | |
|---|---|
EdgeNGramTokenizerFactory()
|
|
| Method Summary | |
|---|---|
org.apache.lucene.analysis.TokenStream |
create(java.io.Reader input)
Creates a TokenStream of the specified input |
void |
init(java.util.Map<java.lang.String,java.lang.String> args)
init will be called just once, immediately after creation. |
| Methods inherited from class org.apache.solr.analysis.BaseTokenizerFactory |
|---|
getArgs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdgeNGramTokenizerFactory()
| Method Detail |
|---|
public void init(java.util.Map<java.lang.String,java.lang.String> args)
TokenizerFactoryinit 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
init in interface TokenizerFactoryinit in class BaseTokenizerFactorypublic org.apache.lucene.analysis.TokenStream create(java.io.Reader input)
TokenizerFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||