EntityMetadata.SyncToExternalSearchIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.