Searched refs:totalResults (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearch.java49 int totalResults =0; field in class:Search
115 totalResults = engine.totalHits;
125 System.out.println("Printing results 1 - " + nhits +" of " + totalResults + " total matching documents collected.");
131 if (nhits<totalResults) {
132 System.out.println("Printed results 1 - " + nhits +" of " + totalResults + " total matching documents collected.");
144 engine.results(nhits, totalResults, results);

Completed in 4 milliseconds