Uses of Class
com.funnelback.publicui.search.model.padre.RMCItemResult
-
Packages that use RMCItemResult Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of RMCItemResult in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre with type parameters of type RMCItemResult Modifier and Type Field Description private Map<String,List<RMCItemResult>>
ResultPacket. rmcItemResults
Metadata counts (Used in faceted navigation) including top n results for each count.Methods in com.funnelback.publicui.search.model.padre that return types with arguments of type RMCItemResult Modifier and Type Method Description Map<String,List<RMCItemResult>>
ResultPacket. getRmcItemResults()
Metadata counts (Used in faceted navigation) including top n results for each count.
-