public class MathTokenizerFactory
extends org.apache.solr.analysis.BaseTokenizerFactory
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
args |
protected org.apache.lucene.util.Version |
luceneMatchVersion |
| Constructor and Description |
|---|
MathTokenizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assureMatchVersion() |
org.apache.lucene.analysis.Tokenizer |
create(Reader input) |
Map<String,String> |
getArgs() |
protected boolean |
getBoolean(String arg0,
boolean arg1) |
protected boolean |
getBoolean(String arg0,
boolean arg1,
boolean arg2) |
protected int |
getInt(String arg0) |
protected int |
getInt(String arg0,
int arg1) |
protected int |
getInt(String arg0,
int arg1,
boolean arg2) |
protected org.apache.lucene.analysis.CharArraySet |
getSnowballWordSet(org.apache.solr.common.ResourceLoader arg0,
String arg1,
boolean arg2) |
protected org.apache.lucene.analysis.CharArraySet |
getWordSet(org.apache.solr.common.ResourceLoader arg0,
String arg1,
boolean arg2) |
void |
init(Map<String,String> args) |
protected void |
warnDeprecated(String arg0) |
public org.apache.lucene.analysis.Tokenizer create(Reader input)
public void init(Map<String,String> args)
init in interface org.apache.solr.analysis.TokenizerFactoryprotected final void assureMatchVersion()
protected final void warnDeprecated(String arg0)
protected int getInt(String arg0)
protected int getInt(String arg0, int arg1)
protected int getInt(String arg0, int arg1, boolean arg2)
protected boolean getBoolean(String arg0, boolean arg1)
protected boolean getBoolean(String arg0, boolean arg1, boolean arg2)
protected org.apache.lucene.analysis.CharArraySet getWordSet(org.apache.solr.common.ResourceLoader arg0,
String arg1,
boolean arg2)
throws IOException
IOExceptionprotected org.apache.lucene.analysis.CharArraySet getSnowballWordSet(org.apache.solr.common.ResourceLoader arg0,
String arg1,
boolean arg2)
throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.