org.tinygroup.fulltext.field
类 DoubleField
java.lang.Object
org.tinygroup.fulltext.field.AbstractField<Double>
org.tinygroup.fulltext.field.DoubleField
- 所有已实现的接口:
- Field, StoreField<Double>
public class DoubleField
- extends AbstractField<Double>
- implements StoreField<Double>
|
构造方法摘要 |
DoubleField(String name,
Double value)
|
DoubleField(String name,
Double value,
boolean indexed,
boolean stored,
boolean tokenized)
|
DoubleField(String name,
String value)
|
DoubleField(String name,
String value,
boolean indexed,
boolean stored,
boolean tokenized)
|
DoubleField
public DoubleField(String name,
Double value)
DoubleField
public DoubleField(String name,
String value)
DoubleField
public DoubleField(String name,
Double value,
boolean indexed,
boolean stored,
boolean tokenized)
DoubleField
public DoubleField(String name,
String value,
boolean indexed,
boolean stored,
boolean tokenized)
getType
public FieldType getType()
- 指定者:
- 接口
Field 中的 getType
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2006–2016 TinyGroup. All rights reserved.