Uses of Class
com.azure.search.documents.indexes.models.FieldBuilderOptions
Packages that use FieldBuilderOptions
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes for SearchServiceClient.
-
Uses of FieldBuilderOptions in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type FieldBuilderOptionsModifier and TypeMethodDescriptionstatic List<SearchField>
SearchIndexAsyncClient.buildSearchFields
(Class<?> model, FieldBuilderOptions options) Convenience method to convert aClass's
Fields
andMethods
intoSearchFields
to help aid the creation of aSearchField
which represents theClass
.static List<SearchField>
SearchIndexClient.buildSearchFields
(Class<?> model, FieldBuilderOptions options) Convenience method to convert aClass's
Fields
andMethods
intoSearchFields
to help aid the creation of aSearchField
which represents theClass
. -
Uses of FieldBuilderOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return FieldBuilderOptionsModifier and TypeMethodDescriptionFieldBuilderOptions.setJsonSerializer
(com.azure.core.util.serializer.JsonSerializer jsonSerializer) Sets the serializer.