Class FacetUtil

java.lang.Object
com.liferay.portal.vulcan.aggregation.FacetUtil

public class FacetUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Facet
    toFacet(com.liferay.portal.kernel.search.facet.Facet facet)
     
    static Facet
    toFacet(com.liferay.portal.search.aggregation.bucket.BucketAggregationResult bucketAggregationResult)
     
    static List<Facet>
    toFacets(com.liferay.portal.search.aggregation.AggregationResult aggregationResult)
     
    static List<Facet>
    toFacets(com.liferay.portal.search.aggregation.HierarchicalAggregationResult hierarchicalAggregationResult)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FacetUtil

      public FacetUtil()
  • Method Details

    • toFacet

      public static Facet toFacet(com.liferay.portal.search.aggregation.bucket.BucketAggregationResult bucketAggregationResult)
    • toFacet

      public static Facet toFacet(com.liferay.portal.kernel.search.facet.Facet facet)
    • toFacets

      public static List<Facet> toFacets(com.liferay.portal.search.aggregation.AggregationResult aggregationResult)
    • toFacets

      public static List<Facet> toFacets(com.liferay.portal.search.aggregation.HierarchicalAggregationResult hierarchicalAggregationResult)