KnowledgeSourceReference.EnableFreshness 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.
Indicates whether freshness-aware retrieval should be enabled for this knowledge source. When true, a freshness scoring profile is applied during retrieval to bias results toward newer documents.
public bool? EnableFreshness { get; set; }
member this.EnableFreshness : Nullable<bool> with get, set
Public Property EnableFreshness As Nullable(Of Boolean)