Java org.apache.lucene.index LogDocMergePolicy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index LogDocMergePolicy fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

intDEFAULT_MIN_MERGE_DOCS
Default minimum segment size.

Constructor

LogDocMergePolicy()
Sole constructor, setting all settings to their defaults.

Method

voidsetMinMergeDocs(int minMergeDocs)
Sets the minimum size for the lowest level segments.