org.hibernate.search.indexes.serialization.spi
Class SerializableTokenStream

java.lang.Object
  extended by org.hibernate.search.indexes.serialization.spi.SerializableTokenStream
All Implemented Interfaces:
Serializable

public class SerializableTokenStream
extends Object
implements Serializable

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
SerializableTokenStream(List<List<org.apache.lucene.util.AttributeImpl>> stream)
           
 
Method Summary
 List<List<org.apache.lucene.util.AttributeImpl>> getStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableTokenStream

public SerializableTokenStream(List<List<org.apache.lucene.util.AttributeImpl>> stream)
Method Detail

getStream

public List<List<org.apache.lucene.util.AttributeImpl>> getStream()


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