KnowledgeSource.ResultsProcessing 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.
Controls whether results from this knowledge source are reranked before they are included in the final result set. Defaults to 'rerank' when not specified.
public Azure.Search.Documents.Indexes.Models.KnowledgeSourceResultsProcessing? ResultsProcessing { get; set; }
member this.ResultsProcessing : Nullable<Azure.Search.Documents.Indexes.Models.KnowledgeSourceResultsProcessing> with get, set
Public Property ResultsProcessing As Nullable(Of KnowledgeSourceResultsProcessing)