org.getopt.luke
Class KeepAllIndexDeletionPolicy

java.lang.Object
  extended by org.getopt.luke.KeepAllIndexDeletionPolicy
All Implemented Interfaces:
org.apache.lucene.index.IndexDeletionPolicy

public class KeepAllIndexDeletionPolicy
extends java.lang.Object
implements org.apache.lucene.index.IndexDeletionPolicy


Constructor Summary
KeepAllIndexDeletionPolicy()
           
 
Method Summary
 void onCommit(java.util.List commits)
           
 void onInit(java.util.List commits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeepAllIndexDeletionPolicy

public KeepAllIndexDeletionPolicy()
Method Detail

onCommit

public void onCommit(java.util.List commits)
              throws java.io.IOException
Specified by:
onCommit in interface org.apache.lucene.index.IndexDeletionPolicy
Throws:
java.io.IOException

onInit

public void onInit(java.util.List commits)
            throws java.io.IOException
Specified by:
onInit in interface org.apache.lucene.index.IndexDeletionPolicy
Throws:
java.io.IOException