你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QueryDebugMode Class

public final class QueryDebugMode
extends ExpandableStringEnum<QueryDebugMode>

Enables a debugging tool that can be used to further explore your search results.

Field Summary

Modifier and Type Field and Description
static final QueryDebugMode DISABLED

No query debugging information will be returned.

static final QueryDebugMode VECTOR

Allows the user to further explore their hybrid and vector query results.

Constructor Summary

Constructor Description
QueryDebugMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of QueryDebugMode value.

Method Summary

Modifier and Type Method and Description
static QueryDebugMode fromString(String name)

Creates or finds a QueryDebugMode from its string representation.

static Collection<QueryDebugMode> values()

Gets known QueryDebugMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final QueryDebugMode DISABLED

No query debugging information will be returned.

VECTOR

public static final QueryDebugMode VECTOR

Allows the user to further explore their hybrid and vector query results.

Constructor Details

QueryDebugMode

@Deprecated
public QueryDebugMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of QueryDebugMode value.

Method Details

fromString

public static QueryDebugMode fromString(String name)

Creates or finds a QueryDebugMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding QueryDebugMode.

values

public static Collection<QueryDebugMode> values()

Gets known QueryDebugMode values.

Returns:

known QueryDebugMode values.

Applies to