|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumericField.DataType | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| org.apache.lucene.queryParser.standard.config | Standard Lucene Query Configuration |
| Uses of NumericField.DataType in org.apache.lucene.document |
|---|
| Methods in org.apache.lucene.document that return NumericField.DataType | |
|---|---|
NumericField.DataType |
NumericField.getDataType()
Returns the data type of the current value, null if not yet set. |
static NumericField.DataType |
NumericField.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumericField.DataType[] |
NumericField.DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of NumericField.DataType in org.apache.lucene.queryParser.standard.config |
|---|
| Methods in org.apache.lucene.queryParser.standard.config that return NumericField.DataType | |
|---|---|
NumericField.DataType |
NumericConfig.getType()
Returns the numeric type used to index the numeric values |
| Methods in org.apache.lucene.queryParser.standard.config with parameters of type NumericField.DataType | |
|---|---|
void |
NumericConfig.setType(NumericField.DataType type)
Sets the numeric type used to index the numeric values |
| Constructors in org.apache.lucene.queryParser.standard.config with parameters of type NumericField.DataType | |
|---|---|
NumericConfig(int precisionStep,
NumberFormat format,
NumericField.DataType type)
Constructs a NumericConfig object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||