IndexingEmptyValues

MetadataIndexingOptions.IndexingEmptyValues property

Gets or sets a value indicating whether to index empty field values ​​or not. The default value is true.

public bool IndexingEmptyValues { get; set; }

Property Value

A value indicating whether to index empty field values ​​or not.

See Also