Package org.jzkit.service.z3950server

Examples of org.jzkit.service.z3950server.ZSetInfo


    this.status = res.getSearchStatus();
    if ( res.getSearchStatus() == IRResultSetStatus.FAILURE ) {
            if(Log.isDebugEnabled(Geonet.SEARCH_ENGINE))
                Log.debug(Geonet.SEARCH_ENGINE, "failure during search");
    } else {
      this.zinfo = new ZSetInfo(query_id, qm, landscape);
      this.size = res.total_hit_count;
    }

        if(Log.isDebugEnabled(Geonet.SEARCH_ENGINE))
            Log.debug(Geonet.SEARCH_ENGINE, "Remote search completed. Status is : "+ getStatus());
View Full Code Here

TOP

Related Classes of org.jzkit.service.z3950server.ZSetInfo

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.