List of usage examples for org.apache.lucene.index IndexCommit subclass-usage
From source file org.codelibs.elasticsearch.common.lucene.IndexCommitDelegate.java
/**
* A simple delegate that delegates all {IndexCommit} calls to a delegated
* {IndexCommit}.
*
*
*/
From source file org.elasticsearch.common.lucene.IndexCommitDelegate.java
/**
* A simple delegate that delegates all {@link IndexCommit} calls to a delegated
* {@link IndexCommit}.
*
*
*/
From source file org.elasticsearch.util.lucene.IndexCommitDelegate.java
/**
* A simple delegate that delegates all {@link IndexCommit} calls to a delegated
* {@link IndexCommit}.
*
* @author kimchy (Shay Banon)
*/