QueryRewrites Class

Definition

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.

Applies to