Namespace Microsoft.Azure.Search | Azure SDK for Net
Andrew Henderson
Published Feb 16, 2026
Indicates that the Field generated by FieldBuilder for the target property should have its Analyzer property set to the specified analyzer.
DataSourcesOperationsExtensions
Operations for managing datasources.
Operations for querying an index and uploading, merging, and deleting documents.
Builds field definitions for a search index by reflecting over a user-defined model type.
Indicates that the target property should be ignored by FieldBuilder.
Indicates that the Field generated by FieldBuilder for the target property should have its IndexAnalyzer property set to the specified analyzer.
Exception thrown when an indexing operation only partially succeeds.
Operations for managing indexers.
Defines an extension method for obtaining a pre-configured SearchIndexClient from the Indexes property of a SearchServiceClient.
Operations for managing indexes.
Indicates that it is possible to facet on this field. Not valid for geo-point fields.
Indicates that the field can be used in filter expressions.
Indicates whether the field can be returned in a search result. This defaults to true, so this attribute only has any effect if you use it as [IsRetrievable(false)].
Causes the field to be included in full-text searches. Valid only for string or string collection fields.
Indicates that the field can be used in orderby expressions. Not valid for string collection fields.
Indicates that the Field generated by FieldBuilder for the target property should have its SearchAnalyzer property set to the specified analyzer.
Credentials used to authenticate to a search service.
Client that can be used to query an index and upload, merge, or delete documents.
Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.
Extension methods for SearchServiceClient.
Operations for managing skillsets.
Indicates that the Field generated by FieldBuilder for the target property should have its SynonymMaps property set to the specified value.
SynonymMapsOperationsExtensions
Operations for managing synonymmaps.