| Package | Description |
|---|---|
| org.apache.solr.analysis | |
| org.apache.solr.schema |
| Modifier and Type | Field and Description |
|---|---|
protected TrieField.TrieTypes |
TrieTokenizerFactory.type |
protected TrieField.TrieTypes |
TrieTokenizer.type |
| Constructor and Description |
|---|
TrieTokenizer(java.io.Reader input,
TrieField.TrieTypes type,
int precisionStep,
org.apache.lucene.analysis.NumericTokenStream ts) |
TrieTokenizerFactory(TrieField.TrieTypes type,
int precisionStep) |
| Modifier and Type | Field and Description |
|---|---|
protected TrieField.TrieTypes |
TrieField.type |
| Modifier and Type | Method and Description |
|---|---|
TrieField.TrieTypes |
TrieField.getType() |
static TrieField.TrieTypes |
TrieField.TrieTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrieField.TrieTypes[] |
TrieField.TrieTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|