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 classListFacetResultJSON representation of a list facet configuration bundled up with facet statisticsclassNumericFacetResultclassScatterplotFacetResultRepresents the statistics sent to the frontend for a scatterplot facet.classStringFacetStatestatic classTextSearchFacet.TextSearchFacetConfigclassTimeRangeFacetResultMethods in org.openrefine.browsing.facets that return FacetResult Modifier and Type Method Description FacetResultFacet. getFacetResult(FacetState state)Returns all the information necessary to render the facet in the UI (aggregation statistics and configuration combined).FacetResultRangeFacet. getFacetResult(FacetState state)FacetResultStringFacet. getFacetResult(FacetState state)FacetResultTextSearchFacet. getFacetResult(FacetState state)FacetResultTimeRangeFacet. getFacetResult(FacetState state)
-