Uses of Class
com.funnelback.publicui.search.model.padre.Explain
-
Packages that use Explain Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of Explain in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as Explain Modifier and Type Field Description private Explain
Result. explain
Explain data used in the Content Optimiser.private Explain
Result.ResultBuilder. explain
Methods in com.funnelback.publicui.search.model.padre that return Explain Modifier and Type Method Description Explain
Result. getExplain()
Explain data used in the Content Optimiser.Methods in com.funnelback.publicui.search.model.padre with parameters of type Explain Modifier and Type Method Description Result.ResultBuilder
Result.ResultBuilder. explain(Explain explain)
Explain data used in the Content Optimiser.void
Result. setExplain(Explain explain)
Explain data used in the Content Optimiser.Constructors in com.funnelback.publicui.search.model.padre with parameters of type Explain Constructor Description Result(Integer rank, Integer score, String title, String collection, Integer component, Collapsed collapsed, String liveUrl, String summary, String allSummaryText, String cacheUrl, Date date, Integer fileSize, String fileType, Integer tier, Integer docNum, String exploreLink, Float kmFromOrigin, QuickLinks quickLinks, String displayUrl, String clickTrackingUrl, Explain explain, String indexUrl, Set<String> gscopesSet, boolean documentVisibleToUser, boolean promoted, boolean diversified)
-