org.hibernate.search.indexes.serialization.javaserialization.impl
Class SerializableFloatField

java.lang.Object
  extended by org.hibernate.search.indexes.serialization.javaserialization.impl.SerializableNumericField
      extended by org.hibernate.search.indexes.serialization.javaserialization.impl.SerializableFloatField
All Implemented Interfaces:
Serializable, SerializableFieldable

public class SerializableFloatField
extends SerializableNumericField

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
SerializableFloatField(float value, LuceneNumericFieldContext context)
           
 
Method Summary
 float getValue()
           
 
Methods inherited from class org.hibernate.search.indexes.serialization.javaserialization.impl.SerializableNumericField
getBoost, getName, getPrecisionStep, getStore, isIndexed, isOmitNorms, isOmitTermFreqAndPositions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableFloatField

public SerializableFloatField(float value,
                              LuceneNumericFieldContext context)
Method Detail

getValue

public float getValue()


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved