public class IndexCommitSerializationUtil
extends java.lang.Object
| Constructor and Description |
|---|
IndexCommitSerializationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deserializeIndex(java.io.InputStream inputStream,
org.apache.lucene.store.Directory directory) |
static void |
serializeIndex(org.apache.lucene.index.IndexCommit indexCommit,
java.io.OutputStream outputStream) |
public static void deserializeIndex(java.io.InputStream inputStream,
org.apache.lucene.store.Directory directory)
throws java.io.IOException
java.io.IOExceptionpublic static void serializeIndex(org.apache.lucene.index.IndexCommit indexCommit,
java.io.OutputStream outputStream)
throws java.io.IOException
java.io.IOException