Uses of Class
com.funnelback.publicui.search.model.padre.IndexedTermCounts
-
Packages that use IndexedTermCounts Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of IndexedTermCounts in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre with type parameters of type IndexedTermCounts Modifier and Type Field Description private java.util.List<IndexedTermCounts>ResultPacket. indexedTermCountsA list containing the counts of term occurrences in a metadata class.Methods in com.funnelback.publicui.search.model.padre that return types with arguments of type IndexedTermCounts Modifier and Type Method Description java.util.List<IndexedTermCounts>ResultPacket. getIndexedTermCounts()A list containing the counts of term occurrences in a metadata class.
-