| Package | Description |
|---|---|
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SearchField> |
SearchIndexAsyncClient.buildSearchFields(Class<?> model,
FieldBuilderOptions options)
Convenience method to convert a
Class's Fields and Methods into SearchFields to help aid the creation of a SearchField which represents the Class. |
static List<SearchField> |
SearchIndexClient.buildSearchFields(Class<?> model,
FieldBuilderOptions options)
Convenience method to convert a
Class's Fields and Methods into SearchFields to help aid the creation of a SearchField which represents the Class. |
| Modifier and Type | Method and Description |
|---|---|
FieldBuilderOptions |
FieldBuilderOptions.setJsonSerializer(com.azure.core.util.serializer.JsonSerializer jsonSerializer)
Sets the serializer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.