Skip to content

Split searchindex.json and searchservice.json models and operations into separate namespaces #11269

@heaths

Description

@heaths

Models and operations in searchindex.json shoud go into namespaces like so (adjusted for your language):

  • Azure.Search.Documents (SearchClient, SearchClientOptions)
  • Azure.Search.Documents.Models

Models and operations in searchservice.json should go into namespaces like so (adjusted for your language):

  • Azure.Search.Documents.Indexes (SearchIndexClient, SearchIndexerClient, FieldBulder, attributes for FieldBuilder)
  • Azure.Search.Documents.Indexes.Models

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Searchblocking-releaseBlocks release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions