Uses of Class
com.azure.search.documents.indexes.models.SearchFieldDataType
Packages that use SearchFieldDataType
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchFieldDataType in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as SearchFieldDataTypeModifier and TypeFieldDescriptionstatic final SearchFieldDataType
SearchFieldDataType.BOOLEAN
Static value Edm.Boolean for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.COMPLEX
Static value Edm.ComplexType for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.DATE_TIME_OFFSET
Static value Edm.DateTimeOffset for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.DOUBLE
Static value Edm.Double for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.GEOGRAPHY_POINT
Static value Edm.GeographyPoint for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.INT32
Static value Edm.Int32 for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.INT64
Static value Edm.Int64 for SearchFieldDataType.static final SearchFieldDataType
SearchFieldDataType.STRING
Static value Edm.String for SearchFieldDataType.Methods in com.azure.search.documents.indexes.models that return SearchFieldDataTypeModifier and TypeMethodDescriptionstatic SearchFieldDataType
SearchFieldDataType.collection
(SearchFieldDataType dataType) Returns a collection of a specific SearchFieldDataTypestatic SearchFieldDataType
SearchFieldDataType.fromString
(String name) Creates or finds a SearchFieldDataType from its string representation.SearchField.getType()
Get the type property: The data type of the field.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SearchFieldDataTypeModifier and TypeMethodDescriptionstatic Collection<SearchFieldDataType>
SearchFieldDataType.values()
Gets known SearchFieldDataType values.Methods in com.azure.search.documents.indexes.models with parameters of type SearchFieldDataTypeModifier and TypeMethodDescriptionstatic SearchFieldDataType
SearchFieldDataType.collection
(SearchFieldDataType dataType) Returns a collection of a specific SearchFieldDataTypeConstructors in com.azure.search.documents.indexes.models with parameters of type SearchFieldDataTypeModifierConstructorDescriptionSearchField
(String name, SearchFieldDataType type) Creates an instance of SearchField class.