/
Facet Objects
Facet Objects
Facet
This object refers to how Facet defined in Hawksearch for your account will be returned to or fed to the Hawksearch API.
Facet Boost Bury
public class FacetBoostBury {
public list <FacetValueOrderInfo> BoostValues { get; set; }
public list <FacetValueOrderInfo> BuryValues { get; set; }
}
Facet Range
This object refers to how FacetRange defined in Hawksearch for your account will be returned to or fed to the Hawksearch API.
public class FacetRangeModel {
public int RangeId { get; set; }
public string Name { get; set; }
public string LBound { get; set; }
public string UBound { get; set; }
public int SortOrder { get; set; }
public string AssetName { get; set; }
public string AssetUrl { get; set; }
}
Facet Value Order Info
, multiple selections available,
Related content
Field Objects
Field Objects
More like this
Front-end facets response
Front-end facets response
More like this
Best Practices to Create Facet
Best Practices to Create Facet
More like this
Using API to Create Facets
Using API to Create Facets
More like this
Hawksearch v4.0 - Search API
Hawksearch v4.0 - Search API
More like this
What are the available parameters that can be used for API calls?
What are the available parameters that can be used for API calls?
More like this