org.tinygroup.fulltext.field
类 IntField

java.lang.Object
  继承者 org.tinygroup.fulltext.field.AbstractField<Integer>
      继承者 org.tinygroup.fulltext.field.IntField
所有已实现的接口:
Field, StoreField<Integer>

public class IntField
extends AbstractField<Integer>
implements StoreField<Integer>


构造方法摘要
IntField(String name, Integer value)
           
IntField(String name, Integer value, boolean indexed, boolean stored, boolean tokenized)
           
IntField(String name, String value)
           
IntField(String name, String value, boolean indexed, boolean stored, boolean tokenized)
           
 
方法摘要
 FieldType getType()
           
 String toString()
           
 
从类 org.tinygroup.fulltext.field.AbstractField 继承的方法
getName, getValue, isIndexed, isStored, isTokenized, setIndexed, setStored, setTokenized
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 org.tinygroup.fulltext.field.StoreField 继承的方法
isIndexed, isStored, isTokenized
 
从接口 org.tinygroup.fulltext.field.Field 继承的方法
getName, getValue
 

构造方法详细信息

IntField

public IntField(String name,
                Integer value)

IntField

public IntField(String name,
                String value)

IntField

public IntField(String name,
                Integer value,
                boolean indexed,
                boolean stored,
                boolean tokenized)

IntField

public IntField(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.