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.com.funnelback.publicui.search.model.padre.factories -
-
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 ExplainResult. explainExplain data used in the Content Optimiser.Methods in com.funnelback.publicui.search.model.padre that return Explain Modifier and Type Method Description ExplainResult. 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 voidResult. 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(java.lang.Integer rank, java.lang.Integer score, java.lang.String title, java.lang.String collection, java.lang.Integer component, Collapsed collapsed, java.lang.String liveUrl, java.lang.String summary, java.lang.String allSummaryText, java.lang.String cacheUrl, java.util.Date date, java.lang.Integer fileSize, java.lang.String fileType, java.lang.Integer tier, java.lang.Integer docNum, java.lang.String exploreLink, java.lang.Float kmFromOrigin, QuickLinks quickLinks, java.lang.String displayUrl, java.lang.String clickTrackingUrl, Explain explain, java.lang.String indexUrl, java.util.Set<java.lang.String> gscopesSet, boolean documentVisibleToUser, boolean promoted, boolean diversified) -
Uses of Explain in com.funnelback.publicui.search.model.padre.factories
Methods in com.funnelback.publicui.search.model.padre.factories that return Explain Modifier and Type Method Description static ExplainExplainFactory. fromXmlStreamReader(javax.xml.stream.XMLStreamReader xmlStreamReader)Methods in com.funnelback.publicui.search.model.padre.factories with parameters of type Explain Modifier and Type Method Description static ResultResultFactory. fromMap(java.util.Map<java.lang.String,java.lang.String> data, QuickLinks ql, Explain explain, Collapsed collapsed)Builds aResultfrom a Map containing the values
-