| Package | Description |
|---|---|
| org.apache.solr.legacy |
Deprecated stuff!
|
| Modifier and Type | Method and Description |
|---|---|
LegacyNumericType |
LegacyFieldType.numericType()
Deprecated.
Please switch to
PointValues instead |
static LegacyNumericType |
LegacyNumericType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LegacyNumericType[] |
LegacyNumericType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyFieldType.setNumericType(LegacyNumericType type)
Deprecated.
Please switch to
PointValues instead |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.