Searched defs:hitsPerPage (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java124 int hitsPerPage = RuntimeEnvironment.getConfig().getHitsPerPage(); 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
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java141 private int hitsPerPage; field in class:Configuration
380 return hitsPerPage;
385 * @param hitsPerPage number of hits per page to set.
387 public void setHitsPerPage(int hitsPerPage) { argument
388 this.hitsPerPage = hitsPerPage;

Completed in 12 milliseconds