Package com.algolia.model.recommend
Class RenderingContent
java.lang.Object
com.algolia.model.recommend.RenderingContent
Extra data that can be used in the search UI. You can use this to control aspects of your search
UI, such as, the order of facet names and values without changing your frontend code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get facetOrderingGet redirectint
hashCode()
setFacetOrdering
(FacetOrdering facetOrdering) setRedirect
(RedirectURL redirect) toString()
-
Constructor Details
-
RenderingContent
public RenderingContent()
-
-
Method Details