Enum FuzzyLookupTransformMatchIndexOption
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum FuzzyLookupTransformMatchIndexOption
Fields
Fields | Description |
---|---|
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. |