Class LogDocMergePolicy
This is a LogMergePolicy that measures size of a
segment as the number of documents (not taking deletions
into account).
Inheritance
System.Object
LogDocMergePolicy
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class LogDocMergePolicy : LogMergePolicy
Constructors
Fields
Properties
Name |
Description |
MinMergeDocs
|
Gets or sets the minimum size for the lowest level segments.
Any segments below this size are considered to be on
the same level (even if they vary drastically in size)
and will be merged whenever there are mergeFactor of
them. This effectively truncates the "long tail" of
small segments that would otherwise be created into a
single level. If you set this too large, it could
greatly increase the merging cost during indexing (if
you flush many small segments).
|
Methods