public class NoDeletionPolicy
extends java.lang.Object
implements org.apache.lucene.index.IndexDeletionPolicy
| Constructor and Description |
|---|
NoDeletionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onCommit(java.util.List commits) |
void |
onInit(java.util.List commits) |
public void onCommit(java.util.List commits)
throws java.io.IOException
onCommit in interface org.apache.lucene.index.IndexDeletionPolicyjava.io.IOExceptionpublic void onInit(java.util.List commits)
throws java.io.IOException
onInit in interface org.apache.lucene.index.IndexDeletionPolicyjava.io.IOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.