Searched refs:cachePages (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java142 private int cachePages; field in class:Configuration
362 return cachePages;
368 * @param cachePages the number of result pages to cache.
371 public void setCachePages(int cachePages) { argument
372 this.cachePages = cachePages;
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java125 int cachePages= RuntimeEnvironment.getConfig().getCachePages(); field in class:SearchEngine
183 .create(hitsPerPage * cachePages, docsScoredInOrder);
226 .create(hitsPerPage * cachePages, docsScoredInOrder);
253 * Note that this search will return the first cachePages of hitsPerPage, for more you need to call more
321 * number of cachePages
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java88 int cachePages = cfg.getCachePages();
107 .search(query, null, hitsPerPage * cachePages, sort);

Completed in 14 milliseconds