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

/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java137 int cachePages = RuntimeEnvironment.getInstance().getCachePages(); field in class:SearchEngine
190 collector = TopScoreDocCollector.create(hitsPerPage * cachePages);
223 collector = TopScoreDocCollector.create(hitsPerPage * cachePages);
249 * that this search will return the first cachePages of hitsPerPage, for
270 * will return the first cachePages of hitsPerPage, for more you need to
356 * number of cachePages also end has to be bigger than start !
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java127 private int cachePages; field in class:Configuration
359 return cachePages;
362 public void setCachePages(int cachePages) { argument
363 this.cachePages = cachePages;
H A DRuntimeEnvironment.java491 public void setCachePages(int cachePages) { argument
492 threadConfig.get().setCachePages(cachePages);

Completed in 905 milliseconds