net11.0
namespace Azure.Search.Documents.Models
{
    public static class SearchModelFactory
    {
        public static SearchOptions SearchOptions(bool? includeTotalCount = default, IEnumerable<string> facets = null, string filter = null, string highlightFieldsRaw = null, string highlightPostTag = null, string highlightPreTag = null, double? minimumCoverage = default, string orderByRaw = null, SearchQueryType? queryType = default, ScoringStatistics? scoringStatistics = default, string sessionId = null, IEnumerable<string> scoringParameters = null, string scoringProfile = null, QueryDebugMode? debug = default, string searchText = null, string searchFieldsRaw = null, SearchMode? searchMode = default, QueryLanguage? queryLanguage = default, QuerySpellerType? querySpeller = default, string selectRaw = null, int? skip = default, int? size = default, string semanticConfigurationName = null, SemanticErrorMode? semanticErrorMode = default, int? semanticMaxWaitInMilliseconds = default, string semanticQuery = null, string queryAnswerRaw = null, string queryCaptionRaw = null, string queryRewritesRaw = null, IEnumerable<string> semanticFields = null, IEnumerable<VectorQuery> vectorQueries = null, VectorFilterMode? filterMode = default, HybridSearch hybridSearch = null);
    }
}
.NET
8.09.010.011.0
Information specific to net11.0
Assembly

Azure.Search.Documents , Version=12.1.0.0, PublicKeyToken=92742159e12e44c8

Referencing

Your project needs a package reference to Azure.Search.Documents.

Package Azure.Search.Documents (12.1.0-beta.1) net10.0
Preview This API is contained in a prerelease package.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API