Package org.apache.solr.request.compare

Examples of org.apache.solr.request.compare.ShardDetailSelectDetailRowCompare$CompareColumn


        this.joinInvert[i].open(req);
        baseDocs=this.joinInvert[i].filterByRight(baseDocs);
      }
      this.SelectDetailSort=UniqTypeNum.parseSelectDetailType(fields, joinSort);
      this.cmpTermNum=new ShardDetailSelectDetailRowCompare(this.parse.isdesc);
      if(this.SelectDetailSort!=null)
      {
        this.parse.isNeedSort=true;
        this.cmpresult=new ShardDetailSelectDetailRowStringCompare("string",this.parse.isdesc);
        this.invforSortOffset=this.SelectDetailSort.selfOffset;
View Full Code Here

TOP

Related Classes of org.apache.solr.request.compare.ShardDetailSelectDetailRowCompare$CompareColumn

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.