283284285286287288289290291292293
catch(UnsupportedEncodingException e) { log.error(e); } osq.setStartPage(1 + (qRes.getStart() / qRes.getPageSize())); osMod.addQuery(osq); return osMod; } /** * Returns as a document the OpenSearch service document
239240241242243244245246247248249
catch(UnsupportedEncodingException e) { log.error(e); } osq.setStartPage(1 + (start / pageSize)); osMod.addQuery(osq); return osMod; } /** * Returns as a document the OpenSearch service document