Class MimetypeGroupingAnalyticsQuery

java.lang.Object
org.apache.lucene.search.Query
org.apache.solr.search.ExtendedQueryBase
org.apache.solr.search.AnalyticsQuery
org.alfresco.solr.query.MimetypeGroupingAnalyticsQuery
All Implemented Interfaces:
org.apache.solr.search.ExtendedQuery, org.apache.solr.search.PostFilter

public class MimetypeGroupingAnalyticsQuery extends org.apache.solr.search.AnalyticsQuery
Author:
Andy
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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

    • MimetypeGroupingAnalyticsQuery

      public MimetypeGroupingAnalyticsQuery(HashMap<String,String> mappings, boolean group)
      Parameters:
      mappings -
      group -
  • 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