method of static class JsNgram

Description

Wrapper of the method showFound to enable page control.

Example
JsNgram.showPage(true, selector, 'a/b.txt', 1, 100);
JsNgram.showPage(true, JsNgram.resultSelector, null, 0, JsNgram.outputLimiter);
      
Usage

showPage(isPerfection, selector, doc, start, limit);

Argument isPerfection is a boolean value whether it is for perfect matches or partial matches. Argument selector is a html element to place the result. Argument doc should be null for document listing level, and should be a document id for hit listing level. Argument start is a number of items to skip. Argument limit is a number of items to show at once.

This method is an entry point of call. It is called at first after getting the result, and also called by pushing the more button.