Uses of Class
com.funnelback.publicui.search.model.collection.facetednavigation.impl.urlfill.FacetURL
-
Packages that use FacetURL Package Description com.funnelback.publicui.search.model.collection.facetednavigation.impl Provides facets definition implementations (GScopeItem, Metadata field fill, etc.). -
-
Uses of FacetURL in com.funnelback.publicui.search.model.collection.facetednavigation.impl
Methods in com.funnelback.publicui.search.model.collection.facetednavigation.impl that return FacetURL Modifier and Type Method Description FacetURL
URLFill. fixedUrl()
(package private) FacetURL
URLFill. joinConstraintToUserURLPrefix(java.lang.String constraint)
Joins the selected constraint (which is a path under the user URL prefix) to the User url URL prefix.Methods in com.funnelback.publicui.search.model.collection.facetednavigation.impl that return types with arguments of type FacetURL Modifier and Type Method Description java.util.Map<FacetURL,java.lang.Integer>
URLFill. convertUrlCountsToFacetUrlAndCount(SearchTransaction st)
Takes the URL counts from padre and convert them into a FacetUrl and count If URLs flatten down to what is the same (e.g.static java.util.List<FacetURL>
URLFill. getSelectedItems(java.util.Optional<java.lang.String> currentConstraintOpt, FacetURL url)
By looking at the URL the user sets on the facet definition and the current constraint this will return the selected items that padre may return if the result set has documents under those directories.Methods in com.funnelback.publicui.search.model.collection.facetednavigation.impl with parameters of type FacetURL Modifier and Type Method Description (package private) static int
URLFill. getDepth(FacetURL currentConstraint, FacetURL checkUrl)
Get the depth of a URL, from the current constraint.static java.util.List<FacetURL>
URLFill. getSelectedItems(java.util.Optional<java.lang.String> currentConstraintOpt, FacetURL url)
By looking at the URL the user sets on the facet definition and the current constraint this will return the selected items that padre may return if the result set has documents under those directories.private java.util.Optional<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,CategoryValueComputedDataHolder>>
URLFill. workoutValue(FacetURL item, int count, FacetURL url, FacetURL urlWithCurrentConstraint)
-