Uses of Class
com.algolia.search.models.rules.RenderingContent
-
Packages that use RenderingContent Package Description com.algolia.search.models.indexing com.algolia.search.models.rules com.algolia.search.models.settings -
-
Uses of RenderingContent in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return RenderingContent Modifier and Type Method Description RenderingContentSearchResult. getRenderingContent()Methods in com.algolia.search.models.indexing with parameters of type RenderingContent Modifier and Type Method Description SearchResult<T>SearchResult. setRenderingContent(RenderingContent renderingContent) -
Uses of RenderingContent in com.algolia.search.models.rules
Methods in com.algolia.search.models.rules that return RenderingContent Modifier and Type Method Description RenderingContentConsequenceParams. getRenderingContent()RenderingContentRenderingContent. setFacetOrdering(FacetOrdering facetOrdering)Methods in com.algolia.search.models.rules with parameters of type RenderingContent Modifier and Type Method Description ConsequenceParamsConsequenceParams. setRenderingContent(RenderingContent renderingContent) -
Uses of RenderingContent in com.algolia.search.models.settings
Methods in com.algolia.search.models.settings that return RenderingContent Modifier and Type Method Description RenderingContentIndexSettings. getRenderingContent()Methods in com.algolia.search.models.settings with parameters of type RenderingContent Modifier and Type Method Description IndexSettingsIndexSettings. setRenderingContent(RenderingContent renderingContent)
-