Package com.alimama.mdrill.ui.service.MdrillRequest

Examples of com.alimama.mdrill.ui.service.MdrillRequest.StartLimit


   
  private static void resultGroupBy(ArrayList<String> fqList,
      GetPartions.Shards shard, final MdrillRequest req ,HigoJoinParams[] joins,JSONObject jsonObj,CommonsHttpSolrServer server) throws SolrServerException, JSONException
  {
 
    StartLimit slimit=req.getReqStartEnd();
    SolrQuery query = WebServiceParams.makeSolrQuery(shard);
    WebServiceParams.setGroupByQuery(query, fqList, slimit.start, slimit.rows,req,joins,null);
    query.set("mdrill.isRestat", false);
    LOG.info("queryinfo:"+shard.urlMain + "/select/?" + MdrillRequestLog.cutString(query.toString()));
View Full Code Here

TOP

Related Classes of com.alimama.mdrill.ui.service.MdrillRequest.StartLimit

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.