@ -180,13 +180,29 @@ public class GSAResponseWriter implements QueryResponseWriter {
// body introduction
finalintresponseCount=response.size();
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("<M>"+resHead.numFound+"</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.