Java org.apache.lucene.store MergeInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.store MergeInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.store MergeInfo.

The text is from its open source code.

Constructor

MergeInfo(int totalMaxDoc, long estimatedMergeBytes, boolean isExternal, int mergeMaxNumSegments)

Creates a new MergeInfo instance from the values required for a MERGE IOContext context.