Uses of Class
com.azure.analytics.purview.datamap.models.SearchFacetItem
Packages that use SearchFacetItem
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of SearchFacetItem in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return SearchFacetItemModifier and TypeMethodDescriptionstatic SearchFacetItemSearchFacetItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchFacetItem from the JsonReader.SearchTaxonomySetting.getFacet()Get the facet property: The content of a search facet result item.Set the count property: The count of the facet item.Set the facet property: The name of the facet item.SearchFacetItem.setSort(SearchFacetSort sort) Set the sort property: Define the sorting criteria for items.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type SearchFacetItemModifier and TypeMethodDescriptionQueryOptions.getFacets()Get the facets property: The facets for search.Methods in com.azure.analytics.purview.datamap.models with parameters of type SearchFacetItemModifier and TypeMethodDescriptionSearchTaxonomySetting.setFacet(SearchFacetItem facet) Set the facet property: The content of a search facet result item.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type SearchFacetItemModifier and TypeMethodDescriptionQueryOptions.setFacets(List<SearchFacetItem> facets) Set the facets property: The facets for search.