Azure.Search.Documents.Indexes Namespace
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.
Classes
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 |
Azure Cognitive Search client that can be used to manage indexes on a Search service. |
SearchIndexerClient |
Azure Cognitive Search client that can be used to manage and query indexes and documents, as well as manage other resources, on a Search Service. |
SimpleFieldAttribute |
Attributes a simple field using a primitive type or a collection of a primitive type. |
VectorSearchFieldAttribute |
Attributes a ReadOnlyMemory<float> vector field, allowing its use with the VectorSearch indexes. |
Azure SDK for .NET