EntityMetadata.SyncToExternalSearchIndex Property

Definition

Gets or sets whether this entity is searchable in relevance search.

public:
 property Nullable<bool> SyncToExternalSearchIndex { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? SyncToExternalSearchIndex { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SyncToExternalSearchIndex : Nullable<bool> with get, set
Public Property SyncToExternalSearchIndex As Nullable(Of Boolean)

Property Value

true if the entity is searchable in relevance search; otherwise, false.

Attributes

Remarks

Relevance search is feature planned for an future release. This setting will not apply until the feature is enabled.

This setting will allow data for this entity to be synchronized with the external search index when relevance search is enabled.

Applies to