Example usage for org.apache.lucene.index IndexCommit subclass-usage

List of usage examples for org.apache.lucene.index IndexCommit subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.index IndexCommit subclass-usage.

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)
 */