KnowledgeSourceResultsProcessing Struct
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 a knowledge source's results are reranked.
public readonly struct KnowledgeSourceResultsProcessing : IEquatable<Azure.Search.Documents.Indexes.Models.KnowledgeSourceResultsProcessing>
type KnowledgeSourceResultsProcessing = struct
Public Structure KnowledgeSourceResultsProcessing
Implements IEquatable(Of KnowledgeSourceResultsProcessing)
- Inheritance
-
KnowledgeSourceResultsProcessing
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeSourceResultsProcessing(String) |
Initializes a new instance of KnowledgeSourceResultsProcessing. |
Properties
| Name | Description |
|---|---|
| None |
Results from this knowledge source bypass reranking and preserve their underlying order. |
| Rerank |
Results from this knowledge source go through the reranking pipeline. This is the default behavior. |
Methods
| Name | Description |
|---|---|
| Equals(KnowledgeSourceResultsProcessing) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(KnowledgeSourceResultsProcessing, KnowledgeSourceResultsProcessing) |
Determines if two KnowledgeSourceResultsProcessing values are the same. |
| Implicit(String to KnowledgeSourceResultsProcessing) |
Converts a string to a KnowledgeSourceResultsProcessing. |
| Implicit(String to Nullable<KnowledgeSourceResultsProcessing>) | |
| Inequality(KnowledgeSourceResultsProcessing, KnowledgeSourceResultsProcessing) |
Determines if two KnowledgeSourceResultsProcessing values are not the same. |