Package org.apache.solr.request.mdrill

Examples of org.apache.solr.request.mdrill.MdrillGroupBy


      }else{
        MdrillDetail detail=new MdrillDetail(params.searcher,this, params.params, params.req);
        rtn.setNamelist(detail.get(params.fields, params.base));
      }
    }else{
      MdrillGroupBy groupby=new MdrillGroupBy(params.searcher,this, params.params, params.req);
      rtn.setNamelist(groupby.get(params.fields, params.base));
    }
   
    return rtn;
  }
View Full Code Here

TOP

Related Classes of org.apache.solr.request.mdrill.MdrillGroupBy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.