Uses of Class
com.azure.search.documents.indexes.models.FieldBuilderOptions
Packages that use FieldBuilderOptions
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models 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'sFieldsandMethodsintoSearchFieldsto help aid the creation of aSearchFieldwhich represents theClass.static List<SearchField> SearchIndexClient.buildSearchFields(Class<?> model, FieldBuilderOptions options) Convenience method to convert aClass'sFieldsandMethodsintoSearchFieldsto help aid the creation of aSearchFieldwhich 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.