Uses of Interface
org.openrefine.browsing.facets.FacetResult
-
Packages that use FacetResult Package Description org.openrefine.browsing org.openrefine.browsing.facets -
-
Uses of FacetResult in org.openrefine.browsing
Methods in org.openrefine.browsing that return types with arguments of type FacetResult Modifier and Type Method Description com.google.common.collect.ImmutableList<FacetResult>
Engine. getFacetResults()
The state of the computed facets. -
Uses of FacetResult in org.openrefine.browsing.facets
Classes in org.openrefine.browsing.facets that implement FacetResult Modifier and Type Class Description class
ListFacetResult
JSON representation of a list facet configuration bundled up with facet statisticsclass
NumericFacetResult
class
ScatterplotFacetResult
Represents the statistics sent to the frontend for a scatterplot facet.class
StringFacetState
static class
TextSearchFacet.TextSearchFacetConfig
class
TimeRangeFacetResult
Methods in org.openrefine.browsing.facets that return FacetResult Modifier and Type Method Description FacetResult
Facet. getFacetResult(FacetState state)
Returns all the information necessary to render the facet in the UI (aggregation statistics and configuration combined).FacetResult
RangeFacet. getFacetResult(FacetState state)
FacetResult
StringFacet. getFacetResult(FacetState state)
FacetResult
TextSearchFacet. getFacetResult(FacetState state)
FacetResult
TimeRangeFacet. getFacetResult(FacetState state)
-