Class PivotFacetHelper

java.lang.Object
org.apache.solr.handler.component.PivotFacetHelper

public class PivotFacetHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<String>
    Decodes a value path string specified for refinement.
    static String
    Encodes a value path as a string for the purposes of a refinement request
    static Integer
    getCount(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static String
    getField(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static List<org.apache.solr.common.util.NamedList<Object>>
    getPivots(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static org.apache.solr.common.util.NamedList<Number>
    getQueryCounts(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static org.apache.solr.common.util.SimpleOrderedMap<org.apache.solr.common.util.SimpleOrderedMap<Object>>
    getRanges(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>>>
    getStats(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    static Comparable
    getValue(org.apache.solr.common.util.NamedList<Object> pivotList)
     
    mergeStats(Map<String,StatsValues> merged, org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>>> remoteWrapper, org.apache.solr.handler.component.StatsInfo statsInfo)
    Given a mapping of keys to StatsValues representing the currently known "merged" stats (which may be null if none exist yet), and a NamedList containing the "stats" response block returned by an individual shard, this method accumulates the stats for each StatsField found in the shard response with the existing mergeStats

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait