@ -177,9 +177,12 @@ public class GSAResponseWriter implements QueryResponseWriter {
writer.write("<RES SN=\""+(resHead.offset+1)+"\" EN=\""+(resHead.offset+responseCount)+"\">");writer.write(lb);// The index (1-based) of the first and last search result returned in this result set.
writer.write("<M>"+response.matches()+"</M>");writer.write(lb);// The estimated total number of results for the search.
writer.write("<FI/>");writer.write(lb);// Indicates that document filtering was performed during this search.
"&sort="+(String)context.get("sort")+"&start="+resHead.offset+responseCount+"&sa=N</NU></NB>",writer);writer.write(lb);// a relative URL pointing to the NEXT results page.
"&sort="+(String)context.get("sort")+"&start="+resHead.offset+responseCount+"&sa=N",writer);// a relative URL pointing to the NEXT results page.