com.azure.search.documents.indexes

Package containing the classes for SearchIndexClient. Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.

Classes

SearchIndexAsyncClient

Initializes a new instance of the asynchronous SearchIndexClient type.

SearchIndexClient

Initializes a new instance of the synchronous SearchIndexClient type.

SearchIndexClientBuilder

A builder for creating a new instance of the SearchIndexClient type.

SearchIndexerAsyncClient

Initializes a new instance of the asynchronous SearchIndexerClient type.

SearchIndexerClient

Initializes a new instance of the synchronous SearchIndexerClient type.

SearchIndexerClientBuilder

A builder for creating a new instance of the SearchIndexerClient type.

Interfaces

BasicField
ComplexField

An annotation that directs buildSearchFields(Class<?> model) to turn the field or method into a COMPLEX SearchField.

Enums

BasicField.BooleanHelper

Enum helper for boolean values to allow for nullness.