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

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java114 int cachePages = RuntimeEnvironment.getInstance().getCachePages(); field in class:SearchEngine
165 collector = TopScoreDocCollector.create(hitsPerPage * cachePages, docsScoredInOrder);
203 collector = TopScoreDocCollector.create(hitsPerPage * cachePages, docsScoredInOrder);
225 * will return the first cachePages of hitsPerPage, for more you need to
289 * number of cachePages also end has to be bigger than start !
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java113 private int cachePages; field in class:Configuration
241 return cachePages;
244 public void setCachePages(int cachePages) { argument
245 this.cachePages = cachePages;
H A DRuntimeEnvironment.java278 public void setCachePages(int cachePages) { argument
279 threadConfig.get().setCachePages(cachePages);

Completed in 55 milliseconds