Package org.alfresco.solr.query
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.solr.search.DelegatingCollectorgetAnalyticsCollector(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
-
-