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

SeparatorInCompoundName

MetadataIndexingOptions.SeparatorInCompoundName property

Gets or sets the separator in the compound name of a field. The default value is ".".

public string SeparatorInCompoundName { get; set; }

Property Value

The separator in the compound name of a field.

See Also