Enum FuzzyLookupTransformMatchIndexOption
C#
public enum FuzzyLookupTransformMatchIndexOption
Fields
CreateNewIndex | Specifies that a new index will be created by not saved. |
GenerateAndMaintainNewIndex | Specifies that a new index will be created, saved, and maintained. |
GenerateAndPersistNewIndex | Specifies that a new index will be created, and saved, but not maintained. |
ReuseExistingIndex | Specifies that an existing index will be reused. |