Package com.algolia.model.search
Class RenderingContent
java.lang.Object
com.algolia.model.search.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 redirectGet widgetsint
hashCode()
setFacetOrdering
(FacetOrdering facetOrdering) setRedirect
(RedirectURL redirect) setWidgets
(Widgets widgets) toString()
-
Constructor Details
-
RenderingContent
public RenderingContent()
-
-
Method Details