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 -
Method Summary
Modifier and TypeMethodDescriptionorg.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, hashCodeMethods inherited from class org.apache.solr.search.ExtendedQueryBase
getCacheSep, getOptions, getOptionsString, setCache, setCacheSep, setCost, toStringMethods inherited from class org.apache.lucene.search.Query
classHash, createWeight, rewrite, sameClassAs, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getAnalyticsCollectorin classorg.apache.solr.search.AnalyticsQuery
-