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

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java67 * @param stopIdx the index of the last hit to check
73 createMap(IndexSearcher searcher, ScoreDoc[] hits, int startIdx, int stopIdx) argument
78 for (int i = startIdx; i < stopIdx; i++ ) {

Completed in 11 milliseconds