org.elasticsearch.index.field.data.shorts
Class ShortDocFieldData

java.lang.Object
  extended by org.elasticsearch.index.field.data.DocFieldData<T>
      extended by org.elasticsearch.index.field.data.NumericDocFieldData<ShortFieldData>
          extended by org.elasticsearch.index.field.data.shorts.ShortDocFieldData

public class ShortDocFieldData
extends NumericDocFieldData<ShortFieldData>


Field Summary
 
Fields inherited from class org.elasticsearch.index.field.data.DocFieldData
docId, fieldData
 
Constructor Summary
ShortDocFieldData(ShortFieldData fieldData)
           
 
Method Summary
 short getValue()
           
 short[] getValues()
           
 
Methods inherited from class org.elasticsearch.index.field.data.NumericDocFieldData
getByteValue, getDoubleValue, getDoubleValues, getFloatValue, getIntValue, getLongValue, getShortValue
 
Methods inherited from class org.elasticsearch.index.field.data.DocFieldData
getFieldName, getStringValue, getType, isEmpty, isMultiValued, stringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortDocFieldData

public ShortDocFieldData(ShortFieldData fieldData)
Method Detail

getValue

public short getValue()

getValues

public short[] getValues()


Copyright © 2009-2012. All Rights Reserved.