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

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

Completed in 7 milliseconds