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

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java108 private final List<org.apache.lucene.document.Document> docs; field in class:SearchEngine
125 docs = new ArrayList<org.apache.lucene.document.Document>();
176 docs.add(d);
214 docs.add(d);
233 docs.clear();
258 if (!docs.isEmpty()) {
326 docs.add(d);
331 //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
332 // the only problem is that count of docs is usually smaller than number of results
337 Document doc = docs
[all...]

Completed in 8 milliseconds