Class ContentSizeGroupingAnalyticsQuery

  • All Implemented Interfaces:
    org.apache.solr.search.ExtendedQuery, org.apache.solr.search.PostFilter

    public class ContentSizeGroupingAnalyticsQuery
    extends org.apache.solr.search.AnalyticsQuery
    Author:
    Andy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.solr.search.DelegatingCollector getAnalyticsCollector​(org.apache.solr.handler.component.ResponseBuilder rb, org.apache.lucene.search.IndexSearcher searcher)  
      • Methods inherited from class org.apache.solr.search.AnalyticsQuery

        equals, getCache, getCost, getFilterCollector, hashCode
      • Methods inherited from class org.apache.solr.search.ExtendedQueryBase

        getCacheSep, getOptions, getOptionsString, setCache, setCacheSep, setCost, toString
      • Methods inherited from class org.apache.lucene.search.Query

        classHash, createWeight, rewrite, sameClassAs, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.apache.solr.search.ExtendedQuery

        getCacheSep, setCache, setCacheSep, setCost
    • Constructor Detail

      • ContentSizeGroupingAnalyticsQuery

        public ContentSizeGroupingAnalyticsQuery​(int scale,
                                                 int buckets)
        Parameters:
        buckets -
        mappings -
    • Method Detail

      • getAnalyticsCollector

        public org.apache.solr.search.DelegatingCollector getAnalyticsCollector​(org.apache.solr.handler.component.ResponseBuilder rb,
                                                                                org.apache.lucene.search.IndexSearcher searcher)
        Specified by:
        getAnalyticsCollector in class org.apache.solr.search.AnalyticsQuery