Class ContentSizeGroupingAnalyticsQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.solr.search.ExtendedQueryBase
org.apache.solr.search.AnalyticsQuery
org.alfresco.solr.query.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentSizeGroupingAnalyticsQuery(int scale, int buckets)
     
  • Method Summary

    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 Details

    • ContentSizeGroupingAnalyticsQuery

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

    • 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