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

java.lang.Object
  extended by org.hibernate.search.indexes.serialization.javaserialization.impl.SerializableDocument
All Implemented Interfaces:
Serializable

public class SerializableDocument
extends Object
implements Serializable

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
SerializableDocument(Set<SerializableFieldable> fieldables, float boost)
           
 
Method Summary
 float getBoost()
           
 Set<SerializableFieldable> getFieldables()
           
 void setBoost(float boost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableDocument

public SerializableDocument(Set<SerializableFieldable> fieldables,
                            float boost)
Method Detail

getBoost

public float getBoost()

setBoost

public void setBoost(float boost)

getFieldables

public Set<SerializableFieldable> getFieldables()


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