Share via


ElasticsearchQueryType Struct

Definition

The type of Elasticsearch® retrieval query that should be executed when using it as an Azure OpenAI chat extension.

public readonly struct ElasticsearchQueryType : IEquatable<Azure.AI.OpenAI.ElasticsearchQueryType>
type ElasticsearchQueryType = struct
Public Structure ElasticsearchQueryType
Implements IEquatable(Of ElasticsearchQueryType)
Inheritance
ElasticsearchQueryType
Implements

Constructors

ElasticsearchQueryType(String)

Initializes a new instance of ElasticsearchQueryType.

Properties

Simple

Represents the default, simple query parser.

Vector

Represents vector search over computed data.

Methods

Equals(ElasticsearchQueryType)

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

Equality(ElasticsearchQueryType, ElasticsearchQueryType)

Determines if two ElasticsearchQueryType values are the same.

Implicit(String to ElasticsearchQueryType)

Converts a string to a ElasticsearchQueryType.

Inequality(ElasticsearchQueryType, ElasticsearchQueryType)

Determines if two ElasticsearchQueryType values are not the same.

Applies to