Liferay 6.1.2-ce-ga3

com.liferay.portal.search.lucene.dump
Class IndexCommitSerializationUtil

java.lang.Object
  extended by com.liferay.portal.search.lucene.dump.IndexCommitSerializationUtil

public class IndexCommitSerializationUtil
extends Object


Constructor Summary
IndexCommitSerializationUtil()
           
 
Method Summary
static void deserializeIndex(InputStream inputStream, org.apache.lucene.store.Directory directory)
           
static void serializeIndex(org.apache.lucene.index.IndexCommit indexCommit, OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexCommitSerializationUtil

public IndexCommitSerializationUtil()
Method Detail

deserializeIndex

public static void deserializeIndex(InputStream inputStream,
                                    org.apache.lucene.store.Directory directory)
                             throws IOException
Throws:
IOException

serializeIndex

public static void serializeIndex(org.apache.lucene.index.IndexCommit indexCommit,
                                  OutputStream outputStream)
                           throws IOException
Throws:
IOException

Liferay 6.1.2-ce-ga3