QueryRewrites Class
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.
Configuration for how semantic search generates query rewrites.
public class QueryRewrites
type QueryRewrites = class
Public Class QueryRewrites
- Inheritance
-
QueryRewrites
Constructors
| Name | Description |
|---|---|
| QueryRewrites(QueryRewritesType) |
Initializes a new instance of the QueryRewrites class. |
Properties
| Name | Description |
|---|---|
| Count |
A value that specifies the number of query rewrites that should be generated. Optional and defaults to null, which lets the service apply its own default (10 for Generative). |
| RewritesType |
A value that specifies whether query rewrites should be generated to augment the search query. |