1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. MetadataIndexingOptions
  8. /
  9. SeparatorBetweenValues

SeparatorBetweenValues

MetadataIndexingOptions.SeparatorBetweenValues property

Gets or sets the separator between values ​​in a field of type array. The default value is the space sign.

public string SeparatorBetweenValues { get; set; }

Property Value

The separator between values ​​in a field of type array.

See Also