org.hibernate.search.indexes.serialization.javaserialization.impl
Class SerializableDocument
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableDocument
public SerializableDocument(Set<SerializableFieldable> fieldables,
float boost)
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