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 Search |
| SearchIndexClient |
Initializes a new instance of the synchronous Search |
| SearchIndexClientBuilder |
A builder for creating a new instance of the Search |
| SearchIndexerAsyncClient |
Initializes a new instance of the asynchronous Search |
| SearchIndexerClient |
Initializes a new instance of the synchronous Search |
| SearchIndexerClientBuilder |
A builder for creating a new instance of the Search |
Interfaces
| BasicField |
Annotation used to create SearchField using buildSearchFields(Class<?> model) or buildSearchFields(Class<?> model). |
| 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. |