method of static class JsNgram

Description

Show found result as a list of douments. Both for perfect matches and partial matches.

Example
JsNgram.showFoundByDoc(true, perfection, selector, 0, 100);
      
Usage

showFoundByDoc(isPerfection, perfection, selector, start, limit);

Argument isPerfection is a boolean value whether it is for perfect matches or partial matches. Argument perfection is a matched data sorted by document. Argument selector is a html element to place the result. Argument start is a number of items to skip. Argument limit is a number of items to show at once.

This method is branched from the method showFound.

Returns a hash object with a key deferred with value as an array of jQuery deferred object. It also has a key next when there are records not shown yet.