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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.index.MergePolicy has subclasses.
Click this link to see all its subclasses.

Method

MergeSpecificationfindMerges(MergeTrigger mergeTrigger, SegmentInfos segmentInfos, MergeContext mergeContext)
Determine what set of merge operations are now necessary on the index.
doublegetMaxCFSSegmentSizeMB()
Returns the largest size allowed for a compound file segment
doublegetNoCFSRatio()
Returns current noCFSRatio .
voidsetNoCFSRatio(double noCFSRatio)
If a merged segment will be more than this percentage of the total size of the index, leave the segment as non-compound file even if compound file is enabled.