'4' is the max number of results you probably gave in parameter.
If you call GeocellManager.proximityFetch with maxResults = 4 in parameters, then it will print this.
Below is an extract of the code line executed :
// We don't have enough items yet, keep searching.
if(results.size() < maxResults) {
logger.log(Level.FINE, results.size()+" results found but want "+maxResults+" results, continuing search.");
continue;
}
On Wed, Nov 24, 2010 at 3:48 AM, no
<orton...@gmail.com> wrote:
>>> mobi.myapp.web.ThingsRepo getThingsNear: 1 results found but want 4 results, continuing search.
Why do we need to find 4 things?
--
Alexandre Gellibert
alexandre...@gmail.com