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

/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java132 private final List<Document> docs; field in class:SearchEngine
149 docs = new ArrayList<>();
201 docs.add(d);
234 docs.add(d);
299 docs.clear();
325 if (!docs.isEmpty()) {
393 docs.add(d);
398 //TODO generation of ret(results) could be cashed and consumers of engine would just print them in whatever form they need, this way we could get rid of docs
399 // the only problem is that count of docs is usually smaller than number of results
404 Document doc = docs
[all...]

Completed in 8 milliseconds