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

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

Completed in 8 milliseconds