Azure.Search.Documents.Indexes Namespace

Classes

Name Description
FieldBuilder

Builds field definitions for a search index by reflecting over a user-defined model type.

FieldBuilderIgnoreAttribute

Indicates that the target property should be ignored by FieldBuilder.

SearchableFieldAttribute

Attributes a simple field using a primitive type or a collection of a primitive type.

SearchIndexClient

The SearchIndexClient.

SearchIndexClientSettings

Represents the settings used to configure a SearchIndexClient that can be loaded from an IConfigurationSection.

SearchIndexerClient

The SearchIndexerClient.

SearchIndexerClientSettings

Represents the settings used to configure a SearchIndexerClient that can be loaded from an IConfigurationSection.

SimpleFieldAttribute

Attributes a simple field using a primitive type or a collection of a primitive type.

VectorSearchFieldAttribute

Attributes a Collection(Single) vector field, allowing its use with the VectorSearch indexes.