Enum KeepMode
KeepMode determines which document id to consider as the master, all others being identified as duplicates. Selecting the "first occurrence" can potentially save on IO.
Assembly: Lucene.Net.Sandbox.dll
Syntax
public enum KeepMode
Fields
Name | Description |
---|---|
KM_USE_FIRST_OCCURRENCE | |
KM_USE_LAST_OCCURRENCE |